Feed on Posts or Comments 02 July 2009

Ramblings & iSeries, AS/400, System i, Whatever.. & RJS Software Richard Schoen on 11 May 2009

Whether i, p or Windows Platforms RJS is Here for You

I just returned from the COMMON 2009 conference in Reno and the main thing I learned from listening to IBM at the opening conference is that they no longer consider the iSeries more than just an OS running on a Power systems box. Why is this a significant event ? Well, we’re starting to see a small although very real shift from some customers towards selecting ERP and other business systems that run on platforms that don’t include OS/400.

While RJS will always remain committed to the native iSeries platform we want to make sure our customers know that even if they do select another platform, our document imaging, electronic forms, workflow and report delivery products are all very capable products running in an iSeries or Multiplatform environment as well. Hopefully for those of you committed to the iSeries, you will be on the platform a long time, but if Windows or some other platform is in your future, feel free to give us a call and we can discuss how your information delivery investment is protected by continuing to choose RJS as your valued information delivery provider.

RJS Software Richard Schoen on 06 Aug 2008

New RJS Corporate Headquarters

Well, on August 1st, after a year of planning and team effort, we finally moved from our old building into a brand new 15,000 square foot state of the art facility that will be our new corporate headquarters. After more than ten years in our old building, we had effectively carved up the building into several different working areas that didn’t allow our teams to work as effectively together as we continue to grow the company. We went from having one conference room in the old building to six conference rooms in the new facililty. This will allow us to stage more onsite customer events as well as perform more demo and training sessions at the same time.  Every area from sales to support has more room to grow as we continue to expand. Take a look at the following link for some of the pictures from the move. We’ll post some final shots once all is completed. RJS corporate headquarters pictures.

RJS Software Richard Schoen on 06 Aug 2008

Java/.Net for System i Faceoff Event in Chicago Sept 18-19

We are doing an event with Joe Pluta in Chicago in September. Joe is going to take a day and provide a hands on experience with EGL and RDI to create web applications and I will be covering the .Net side of the fence for System i.  Joe and I have opposing angles on which languages are best for iSeries developers to modernize with, but this event will give you a chance to spend a day with each of the technologies and choose for yourself. Check out the following link for more info and we hope to see you in Chicago in September.  Java/.Net Faceoff Registration.

Uncategorized Richard Schoen on 03 May 2008

Open Source Alternative Site

I recently found an interesting site that lists open source alternatives to several software products such as Veritas Backup Exec, Microsoft Office, Visio and more.  if your shop is considering using open source products or you’re just curious to learn more about the open source alternative products available, check out the Open Source Alternative site.

Uncategorized & Ramblings & iSeries, AS/400, System i, Whatever.. Richard Schoen on 03 May 2008

System i Blades Announced

IBM’s announcement of the System i blades is probably one of the most compelling statements by IBM that the System i landscape is changing and I believe it’s for the better. 

First and foremost this is an improvement on the scenario we have used for the past ten years on the iSeries with the integrated xServer cards.  They have always been one step behind current technology and have been seen as a second class way of deploying Windows on the iSeries.  However I’ve used the integrated server cards for years and found them to be very stable.

From a practical perspective the new Blade cards will allow shops such as RJS to truly consolidate their iSeries, Windows, Linux or AIX environments all together in a shared chassis with shared disk and less cables.  RJS is planning to implement one of the Blade Centers internally to consolidate our own server sprawl. I’ll post updates as we move forward.

Some say this is the end of the System i.  I say it’s just the beginning of a new way of life where our System i servers live harmonious with all of the other servers in our shops. Only time will tell for sure. Goodbye to cable and server sprawl.

I can’t say I agree with the new name change to “i”, but read about the cool new Blade Server technology here at the IBM i web site.

Microsoft/.Net Stuff & Ramblings & iSeries, AS/400, System i, Whatever.. Richard Schoen on 10 Nov 2007

.Net for Your System i

I recently wrote an article for IBM Systems magazine that is the start of a series on using .Net with the AS/400, iSeries , System i or whatever you may call it today. This first article is an introduction to using .Net with the System i platform and will hopefully stimulate your interest in using the .Net technology with your System i to write compelling Windows and Web based applications. Click here to read the article. Your career depends on staying up with current technologies and .Net is a powerful technology for writing System i applications.

Microsoft/.Net Stuff & Ramblings & iSeries, AS/400, System i, Whatever.. Richard Schoen on 23 Aug 2007

“Paperless Office” Interview with Bruce Teichman from All Covered

On August 2nd I did an online interview to talk about the “Paperless Office” with Bruce Teichman from All Covered a nationwide information technology (IT) services company focused solely on unique needs of small business. Bruce Teichman hosts a weekly radio show, “Technology Means Business”. The show streams live on the Internet at www.radiosandysprings.com each Thursday at 10 am.  Give it a listen to learn more about how document management technology can help companies achieve the concept of the “paperless office”.

iSeries, AS/400, System i, Whatever.. Richard Schoen on 22 Jun 2007

RJS Video Interview with Bob Cozzi at Spring 2007 COMMON

I spent a few minutes with Bob Cozzi at the COMMON conference in Anaheim California in May describing our two new forms products: iPDF and iForms.  Check out the online interview here: http://www.systeminetwork.com/isnblogs/istudio

Microsoft/.Net Stuff & iSeries, AS/400, System i, Whatever.. Richard Schoen on 22 Jun 2007

Top 10 Reasons Why .Net is the Best Way to Develop iSeries Windows and Web Applications

There are several technologies available today for developing iSeries desktop and web applications. RJS uses all of them including .Net, Java, PHP and RPG.  However based on my background as an RPG developer and my experiences in working with all of these technologies I have come to the conclusion that .Net is usually the best technology for iSeries developers to select when choosing to begin developing windows desktop or web based applications.

Here are my top ten reasons why .Net is a good way to go for iSeries developers learning how to modernize their iSeries applications or simply needing to write PC or web based applications for other business purposes:

1.) The VB.Net language syntax is very english-like and similar to RPG, so it’s easy to master. Java and PHP are more cryptic and can take up to a year to become proficient with. As an iSeries developer I found it much easier to grasp the english-like VB language than I did the C-style syntax of Java or the odd, unstructured style of PHP.

2.) Your first iSeries database application can be written within 30 minutes of learning how to use .Net. A windows or web based subfile-like inquiry/query application can be developed in less than 50 lines of code. Windows desktop applications are difficult to write in Java and cannot be written in PHP.

3.) Developers don’t need to initially know any HTML to get started with web application development. While I advocate knowing HTML because it’s the screen design syntax for web applications, Microsoft Visual Studio hides a lot of the complexities of HTML design so a developer beginning to develop web applications with Visual Studio can write initial code with little or no HTML design experience. If you use Java or PHP you will need to have a background in HTML design before getting started.

4.) Existing RPG and CL application code can be easily called and used within a windows or web application. This is one of the best features of Visual Studio. Existing business logic written for green screen applications can be re-used in Windows and Web applications.

5.) Web Services can be written very easily using .Net technology and with very little code.

6.) Developers can mix and match VB.Net, C# or Java syntax within a .Net application. Using open source tools such as IKVM, real Java code can be used in a .Net application as well.

7.) The Visual Studio 2005 Express development environment is FREE and very programmer friendly. Eclipse and WDSC which are the primary Java and PHP development environments can be difficult to master. Eclipse is FREE and WDSC is included as part of the iSeries software licensing.

8.) There are several free and commercially available visual custom controls to make windows and web applications look visually appealing. There are not as many visual controls available for Java or PHP.

9.) Web applications written in ASP.Net can be run natively on the iSeries via Apache Tomcat or Websphere/Websphere Portal Server. This is a great way to write code using Microsoft Visual Studio, yet run the compiled code on the iSeries.

10.) Once developers know VB syntax, they can also write macros for MS Word, Excel or any VB script enabled language making their newfound development skills useful in several programming situations.

Uncategorized Richard Schoen on 05 May 2007

iForms - Native iSeries Electronic Forms and Report Writer

Check out the news release for iForms, our new native Electronic Forms and Report Writing software. Business reporting, data exporting and electronic forms in a single native iSeries applicationhttp://www.rjssoftware.com/news/news-press/iforms-press-release

Next Page »