It appears that the NetWeaver Developer Studio will be the development environment for Web Dynpro. That's an important shift from last year, when SAP was talking about Web Dynpro as a product that would stand on its own. Now they're integrating it into an open-source environment. This is speculation on my part, but SAP could be waiting for WAS 6.30 to become generally available before they release the NetWeaver Developer Studio. This will create a more cohesive development framework, rather than a bits-and-pieces approach. What is Web Dynpro, and what's its status?
Web Dynpro is actually modeled on another open-source tool set called Struts. SAP used Struts in earlier products. They built Web Dynpro on the Struts model-view-controller (MVC) pattern approach. SAP plans to ship Web Dynpro with the release of the SAP Web Application Server (WAS) 6.30. But you can get a head start on Web Dynpro by downloading the free beta of WAS 6.30 Developer Edition today. Which Java/SAP tools should SAP clients use more often?
The most important one is probably the Java Connectivity Builder (JCB). It has a browsing tool with graphics, for BAPIs and RFC interfaces. You can also generate Java proxy classes that are easier to use than the SAP Java Connector (JCo) classes.
Last but not least, JCB is not tied to a specific release of the application server. One of the reasons it is so underused is that it's hard
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorThe biggest new thing is the NetWeaver Developer Studio, which is an extension of the open-source Eclipse development tool. From what I've seen, it looks like SAP is trying to create a more visual development environment, rather than force Java developers to get down and dirty, into the code itself.
SAP also is putting together an SAP Developer Network (an online community) that just went into beta and should go live sometime in September. I think SAP is looking to better support its developer network. Enterprise Java seems to be the platform of choice for SAP, but they're also looking at larger issues, such as integration and .NET connectivity. The SAP Developer Network is definitely something to watch going forward. What's a common misconception about Java that SAP users have?
A lot of people assume that Java is only good for building front-end applications. SAP has put an emphasis on Java as a user-interface tool, which may have skewed the perception of Java. In reality, enterprise Java tools like JCo and JCB are really good for providing middleware integration.
If you have a customized database that you need to tap into SAP or vice versa, you can do this very easily using Java and JCo.
FOR MORE INFORMATION
Check out our Best Web Links on Development.
Check out Austin Sincock's Web site for more Java informationOpenSourceGuru.
To provide your feedback on this article, contact Matt Danielsson.
What can you tell me about the new SAP Java Resource Adapter (JRA)?About two years ago, the Java Community Process (JCP), a Java technology spec community, introduced the concept of Java Connector Architecture (JCA). The idea was to enable developers to take a JCA-compliant connector and plug it into a common development environment. This creates a kind of common developer interface, regardless of which back-end vendor is being used. At the time, SAP had JCo, which was not JCA compliant. To remedy this, they modified JCo to make it JCA compliant. That's how they came up with JRA. One caveat: The current version of JRA is a beta and doesn't support things like connection pooling and the features you really need to build enterprise-scale applications.
Join the conversationComment
Share
Comments
Results
Contribute to the conversation