The Artima Developer Community
Sponsored Link

Java Buzz Forum
webfacing world

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
webfacing world Posted: Jul 9, 2003 4:48 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: webfacing world
Feed Title: Marc's Java Blog
Feed URL: http://www.logemann.org/day/index_java.xml
Feed Description: Java related topics for all major areas. So you will see J2ME, J2SE and J2EE issues here.
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Marc's Java Blog

Advertisement

I digged into the world of webfacing recently. What is webfacing you might ask. Webfacing is one of many products in the IBM websphere product platform (contained in WDSc - Websphere Developer Studio Client), specially targeted at IBM iSeries Servers. IBM is trying to push iSeries programmers, mainly coding RPG applications, to use java for browser based access to applications. Webfacing converts RPG Display files to JSPs and JavaBeans, which indeed access the business logic still residing as compiled RPG on the iSeries. This conversion enables host application to act as webapplications.

The concept is quite clever, but most of the customers use it as black box. Ok, they deploy java applications, but they dont touch them, nor do they know whats going on at all. They got a WAR or EAR file with the view and controller part of a webapplication, the model still resides as compiled host application. Its of course better than weird RPGs acting as CGI-BINs in the iSeries Webserver, but customers need to know that its not enough to use this black box. If they want to build real web applications, which feel and look like web applications, they have to go the hard way. In the long run, they have to learn Java and they have to rewrite a lot of stuff and call Host applications where necessary.

But after all, its a quite exciting area. You have to handle the Websphere Application Server and there are a lot of versions out there at the moment and you have the chance to evangalize java to potentially new java developers.

Read: webfacing world

Topic: Profitability = Functionality + Manageability Previous Topic   Next Topic Topic: Is It High Time To Get Rid Of Classes?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use