Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Which jars in WEB-INF/lib

    Which libs are needed ONLY on the server-side and which ones are needed ONLY on the client-side?

    I have actually ALL smartgwtee-3.0p\lib files in the WEB-INF/lib directory, but that makes the war very large and I think this is not necessary. But which libraries are needed on there and which only on the client-side?

    Using SmartGWT EE 3.0p.

    #2
    Reading in your docs:
    http://www.smartclient.com/smartgwte...wtEESetup.html

    " There are both client- and server-side jars, both kinds go in the classpath."
    But which are the client- and which are the server-side jars ?

    Comment


      #3
      Can anyone please help me?

      Comment


        #4
        Originally posted by edulid View Post
        I think this is not necessary
        What makes you think that? What are you trying to accomplish?

        Meanwhile, have a look at this.

        Comment


          #5
          When i was starting my project from scratch - at some point i've come to the same thoughts. There are too many libraries included in example project and http://www.smartclient.com/smartgwte...endencies.html seems pretty outdated.

          I've just removed all dependencies and added them one by one eliminating compile and runtime errors. I think this is the only way to have minimal configuration which suits your project.

          Comment


            #6
            We just added some missing dependencies around PDF export and JPA. Please let us know if something else is missing or stale.

            Comment

            Working...
            X