SmartClient Version: SC_SNAPSHOT-2011-01-06/PowerEdition Deployment (built 2011-01-06)
We currently have 3 applications that make up our build/war file that gets deployed. We're using SmartGWT on the front end with a thin Spring layer in the middle and our DB underneath.
Is there any advantage to breaking apart the 3 apps into individual war files from a SmartGWT perspective? We are only using SmartGWT for the front end code and communication back to the middle tier. We are using Spring in the middle tier (not SmartGWT's server product).
By breaking out the applications, we would have to use single sign on mechanism provided by Spring Security to go from app to app.
Would this imply all the SmartGWT javascript libraries would have to be downloaded for each of the 3 application front ends?
We currently have 3 applications that make up our build/war file that gets deployed. We're using SmartGWT on the front end with a thin Spring layer in the middle and our DB underneath.
Is there any advantage to breaking apart the 3 apps into individual war files from a SmartGWT perspective? We are only using SmartGWT for the front end code and communication back to the middle tier. We are using Spring in the middle tier (not SmartGWT's server product).
By breaking out the applications, we would have to use single sign on mechanism provided by Spring Security to go from app to app.
Would this imply all the SmartGWT javascript libraries would have to be downloaded for each of the 3 application front ends?
Comment