Announcement

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

    smartgwtpower.jar required on the server in WEB-INF\lib?

    Hi Isomorphic,

    it might be a stupid question, but is it required to have the smartgwtpower.jar (or smartgwtee.jar, ...) in the WEB-INF\lib on the server?
    I do not use any "import com.smartgwt.client." in my server code and JavaModuleDependencies also does not list it.

    Not having to have the file would make my war-file significantly smaller.

    Best regards
    Blama

    #2
    No, this should not be required in your deployed application.

    Comment


      #3
      OK, thank you.

      The same is true for gwt-servlet.jar, as long as I'm using SmartGWT DSRequest / RPCRequest for data transfer, isn't it?

      Best regards
      Blama

      Comment


        #4
        It probably should not be required if you are not using GWT-RPC or other GWT server-side classes, as our server classes do not depend on gwt-servlet.jar.

        Comment


          #5
          Great, that is what I thought.

          Thank you,
          Blama

          Comment

          Working...
          X