Skip to main content

3 posts tagged with "javaee"

View All Tags

· One min read

Oracle Fusion Middleware is now a certified platform for the SourceLabs "SASH" stack: Apache Struts, Apache Axis, the Spring Framework, and Hibernate. Visit this page to download free SASH software!

SASH is a distribution from SourceLabs that:

  1. Reconciles library versions and dependencies across the entire stack.
  2. Includes dependability fixes for the baseline open source projects
  3. Is rigorously tested according to the CERT7 method.
  4. Is commercially supported.

· One min read

Finally the Java specification about Web Service will have a name that makes sense... moving away from JAX-RPC to JAX-WS (JAX Web Services)...

The JAX-RPC name, which stands for Java API for XML-based RPC, is misleading because developers assume it is only about RPC, according to Doug Kohlert, a Sun staff engineer, in his blog this week. “By renaming JAX-RPC to JAX-WS, we can eliminate this confusion,” Kohlert wrote. JAX-WS stands for Java API for XML Web Services.

This infoworld article will give you more details.