We are using SmartGWT Pro 3.0 and I am trying to get a handle on what JARs are required vs optional. I have found the documentation embedded in the Javadoc (com.smartgwt.client.docs.JavaModuleDependencies), but it seems to be out of synch with what files we actually have.
Here are the JARs that we have:
isomorphic_assembly.jar
isomorphic_contentexport.jar (not mentioned in the Javadoc)
isomorphic_core_rpc.jar
isomorphic_hibernate.jar
isomorphic_jpa.jar (not mentioned in the Javadoc)
isomorphic_spring.jar
isomorphic_sql.jar
isomorphic_struts.jar
isomorphic_tools.jar
isomorphic_web_services.jar
Can anyone provide some current/accurate information about this listing?
As an aside, the JARs mentioned in the documentation that we do NOT have are:
isomorphic_embedded_tomcat.jar
isomorphic_examples.jar
isomorphic_realtime_messaging.jar
isomorphic_js_parser.jar
isomorphic_compression.jar
isomorphic_obfuscation.jar
I assume these are JARs included in either the “Power” or “Enterprise” versions of SmartGWT?
Thanks in advance,
James
Here are the JARs that we have:
isomorphic_assembly.jar
isomorphic_contentexport.jar (not mentioned in the Javadoc)
isomorphic_core_rpc.jar
isomorphic_hibernate.jar
isomorphic_jpa.jar (not mentioned in the Javadoc)
isomorphic_spring.jar
isomorphic_sql.jar
isomorphic_struts.jar
isomorphic_tools.jar
isomorphic_web_services.jar
Can anyone provide some current/accurate information about this listing?
As an aside, the JARs mentioned in the documentation that we do NOT have are:
isomorphic_embedded_tomcat.jar
isomorphic_examples.jar
isomorphic_realtime_messaging.jar
isomorphic_js_parser.jar
isomorphic_compression.jar
isomorphic_obfuscation.jar
I assume these are JARs included in either the “Power” or “Enterprise” versions of SmartGWT?
Thanks in advance,
James
Comment