Comments
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


iPlanet Application Server 6.0
iPlanet Application Server 6.0

Sun's iPlanet division has become the umbrella organization for all the application development software that Sun has collected over the past several years. Sun's initial foray into this business was their acquisition of application-server vendor NetDynamics - but the core technology for iPlanet came from the Sun/Netscape/AOL multiplayer trade that put control of Netscape's server products under Sun's domain. Ultimately, Sun would go on to acquire Forté Software and NetBeans to round out their application server family of products. Technically speaking, Sun doesn't own the Netscape product line outright and iPlanet E-Commerce Solutions is an alliance among AOL, Netscape, and Sun that was formed in March 1999. The iPlanet name comes from another Sun acquisition and the alliance appears to be primarily controlled by the Sun camp. The iPlanet 6.0 application server is the latest release of the consolidated product suite - one that includes code from both NetDynamics and Netscape.

iPlanet 6.0 - Ready for Java
iPlanet considers the 6.0 product to be a "fourth-generation" release that builds upon a proven architecture. Since there are three principal bloodlines for iPlanet (NetDynamics, Netscape/Kiva, and Forté), the core technology has been around in some fashion for a number of years. However, the task of integrating these disparate products into a scalable and reliable platform is no small task.

Classically speaking, there are two separate paths that customers can take when implementing enterprise-class applications. They can buy all their software from a single vendor and take an integrated approach, or they can buy best-of-class products from lots of different vendors and assume the integration tasks on their own. While the Java 2 platform makes the best-of-class approach a more viable one, there are still hurdles to be overcome from a business standpoint when using the best-of-class approach. Take support, for example. The task of coordinating problem resolution among dozens of vendors can be a Herculean task. With iPlanet you get the integrated approach. Netscape has lots of software assets in the application server space in the form of directory services, Web servers, and application server technology. In a sense, the iPlanet product is itself something of a composite of a number of best-of-class products. The difference is that iPlanet has taken on the task of doing the integration work for you.

The iPlanet 6.0 product is the first product to pass the J2EE certification suite. Given iPlanet's cozy relationship with Sun, this comes as no major surprise. Taken from the J2EE perspective, iPlanet 6.0 offers comprehensive support for the J2EE stack as shown in the following features:

  • Java 2 SDK
  • EJB 1.1
  • JDBC - J2SE
  • JNDI 1.2
  • Servlet 2.2
  • JSP 1.1
  • JavaMail, JAF 1.1
  • RMI/IIOP
  • Java Transaction API

One of the key underlying components of the iPlanet application server is the Kiva Engine (which formed the core of the Netscape Application Server product as well). Kiva initially provided strong support for C/C++, and many applications that were built with the Kiva/NAS rendition of the product relied upon this support. With the release of iPlanet 6.0 the migration to Java is in full swing. While you can still use C/C++ with iPlanet 6.0, many of the C/C++ features have been deprecated - the handwriting is on the wall as far as the C++ language goes. Clearly, iPlanet 6.0 has been designed to favor the Java developer.

Installing and Working with iPlanet 6.0
I downloaded the Windows NT version of the application server and application builder from the iPlanet Web site. The iAB evaluation kit includes a built-in copy of the server, so it's not necessary to download them separately to work with the product on Windows NT. iPlanet 6.0 offers tight integration with the iPlanet Directory Server, which became evident during the server installation process. Given my lack of experience configuring directory servers, I accepted the defaults in most cases. As far as HTTP servers go, iPlanet supports the iPlanet Web server, Microsoft IIS, and Apache - but the installation script only provides automatic installation for iPlanet and IIS. After installing the application server, I went through a second installation to get the Netscape Console installed (see Figure 1).

The iPlanet Console, which is written in Java, is the interface that allows you to manage application servers and directory servers. Personally, I prefer to have a rich-client interface like the iPlanet Console with which to manage application servers. I've found that there are too many moving parts for a plain vanilla HTML interface to handle. The iPlanet console is Java-based and is relatively easy to work with, and the interface itself was surprisingly crisp. Once I had the server running, I had some small problems getting iAB itself installed, including some minor problems with the tutorials.

The iPlanet Application Builder comes straight from the original Netscape Application Builder product (which in turn came from the original Kiva product). iPlanet positions iAB as a tool for entry-level development and recommends their own FortŽ for Java Enterprise Edition IDE for more complex applications. iPlanet also has interfaces for a number of third-party Java IDEs such as JBuilder, VisualAge for Java, and WebGain. iAB in its current form has support for all the critical features of iAS. It sports a number of wizards for managing complex tasks such as building database forms, displaying result sets, creating logon forms, and generating session/entity beans. iAB has many of the features of the most popular IDEs including dockable windows, project management tools, and a number of wizards (see Figure 2).

In many ways iAB is a lot like IBM's WebSphere Studio. Both interfaces have been designed to make it easier for a Java developer to create JSP and Servlet applications with connections to RDBMS engines. iAB wasn't meant to replace an enterprise-class IDE; this is evident if you're an experienced Java developer. (For example, team development and sophisticated debugging aren't provided within the iAB environment.) In addition, there are also some legacy quirks in iAB (such as the need to create Kiva data-model files) that might seem counterintuitive for developers that have experience working with a more complete Java IDE. iPlanet doesn't position iAB as a replacement for an industrial strength Java IDE, but rather as an entry-level tool for building applications. However, if you're not familiar with all the ins and outs of developing a J2EE-style application, iAB is a good starting point. Rather than relying on the examples that come with the installation kit, I'd recommend that you download the latest samples from the iPlanet Web site. In fact, the best demonstration application is the Pet Store application that's described in the J2EE Blueprint document. (You can download the example application along with the J2EE, and instructions for deploying Pet Store to iAS can be found on the iPlanet Web site.) From the server standpoint, iPlanet has packed a ton of features into the server itself, including XML parsers and an XSLT engine.

iPlanet provides a complete e-commerce platform, and iPlanet Application Server forms the transactional basis of that platform. iPlanet also provides a number of other products that connect with iAS. In addition to the iPlanet Web Server and Directory services products, iPlanet also offers an iPlanet Process Manager, Messaging Services, and a Wireless and iPlanet Portal Server to work with iAS. The resulting group of products is an impressive suite from a features perspective. At least on paper, iPlanet has one of the most complete application server suites on the market.

Summary
The transformation of NetDynamics, Netscape Directory Server, NAS/Kiva, and Forté into a single, unified product is well on its way with iPlanet 6.0. While there are still vestiges of the individual products scattered through iPlanet 6.0 (such as references to "kjs" and "kcs" for you Kiva developers), the product has come a long way in a relatively short time. iPlanet has packed a ton of services into a comprehensive J2EE server product. I'd recommend putting iPlanet 6.0 on your short list if you're committed to building Java-only applications.

About Jim Milbery
Jim Milbery is a Vice President with William Blair Capital Partners, a venture capital firm based in Chicago. He has over 19 years of experience in application development and relational databases. He is the former applications editor for "Wireless Business and Technology", the past product reviews editor for Java Developer Journal and the author of "Making the Technical Sale". Jim can be reached at jmilbery@williamblair.com, or via the company web site at http://www.wbcapitalpartners.com

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Enterprise Open Source Magazine Latest Stories . . .
With Cloud Expo 2012 New York (10th Cloud Expo) just four months away, what better time to start introducing you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference... We have technical and st...
AMD said late Tuesday that its chief sales officer Emilio Ghilardi had left the company and that CEO and president Rory Read is going to do his job while a replacement is sought. AMD didn’t say why Ghilardi left but it’s assumed Read wants his own people. Read is relatively new to th...
During the lifespan of M3 (Monitis Monitor Manager) there has always been something lacking – timers. M3 execution procedure was outlined in this previous article. The execution mentioned in the latter was a one-time-execution, whereas server monitoring requires periodic invocati...
Red Hat is putting its bought-in Gluster scale-out NAS storage technology, acquired in October, on the Amazon cloud. It’s styled Red Hat Virtual Storage Appliance for Amazon Web Services and other clouds are supposed to follow in short order.
A new episode of the screencast series is now available at the OpenNebula YouTube Channel. This screencast demonstrates the new easily-customizable self-service portal for cloud consumers. Its aim is to offer a simplified access to shared infrastructure for non-IT end users. The scree...
C12G Labs has just announced an update release of OpenNebulaPro, the enterprise edition of the OpenNebula Toolkit. OpenNebula 3.2, released two weeks ago, brings important benefits to cloud providers with a new easily-customizable self-service portal for cloud consumers, and builders w...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE