Furthermore, keep in mind that it is possible to package existing code in a format that GWT can use (just add a .gwt.xml file that has <source> tags for where the source is and repackage the jar file). However, you can only use libraries that are being emulated by GWT: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=RefJreEmulation
-- Arthur Kalmenson On Thu, Dec 18, 2008 at 7:23 PM, J.R <[email protected]> wrote: > > You can use any jars in GWT server side. > But in GWT client side, the jar must be defined as a gwt-module, then > could be used. > I have been trapped by this question while I try to use XML-related > jars in client side. > > On Dec 19, 7:23 am, benimx85 <[email protected]> wrote: >> i have to use jars in my project. these jars have not got gwt.xml. >> these are jana's jars for write ontologies. >> how can i use my jar files in gwt? >> may you help me? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
