aspose file tools
The moose likes JBoss and the fly likes JBoss native jars Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBoss native jars" Watch "JBoss native jars" New topic
Author

JBoss native jars

Greg Charles
Bartender

Joined: Oct 01, 2001
Posts: 2539
    
  10

We're running on JBoss 4.2.3, (yeah, really), and I found that some of the library jars in a pristine JBoss 4.2.3 download have been replaced with "native" versions. For example, in the server/default/lib, we have:

jbossws-native-jaxrpc.jar
jbossws-native-jaxws-ext.jar
jbossws-native-jaxws.jar
jbossws-native-saaj.jar

They all seem to be related to Web Services. I'm trying to track down who made these changes and why. I've also tried Googling to see what the advantages of "native" libraries are, but I haven't found much information yet. Does anyone know why we might be using them?
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

There are several web services implementations provided by JBoss. One of them has the designation "native", which means the implementation that the JBoss team came up with. The names of the others reflect their origins.

In other words, "native" here is not the same "native" in the Java sense and thus is not OS-specific.


JBoss In Action
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JBoss native jars
 
Similar Threads
New jars in jboss 4.2.3
about jboss Console Administration
Exception occuring while accessing web services
security implementation in web service application
Error during JBoss startup