Announcement

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

    SmartGWT and Servlet Containers

    Are there any embedded servlet containers such as Spring Boot or DropWizard which are compatible with SmartGWT?

    #2
    With SmartClient, we use the Embedded Tomcat servlet engine, and SmartClient has identical server code to SmartGWT, so SmartGWT will also be compatible.

    Those other two you mention are not actually servlet engines, as they don't support servlets. They are just simple HTTP engines with no support for the servlet API. You can use these with SmartGWT, but you will need to write code for everything that happens from the moment the HTTP request arrives, since you will not be able to use our IDACall servlet, RPCManager class, etc. You will be using standalone DataSource mode.

    Comment

    Working...
    X