Blog

June 17, 2010

Part II: Getting Started with Maven-Spring-Hibernate-Smartgwt

Filed under: Blog — Tags: , , — Kiran Addepalli @ 3:58 am

In my last post I was able to get the basic setup to work with the SmartGWT and Spring. My next goals were to go a little further: Separate maven projects for domain objects, core services and web components. Use JPA annotations for domain objects and get rid of the HBM mapping files. Upgrade libraries [...]

Comments Off

June 11, 2010

Part I: Getting Started with Maven-Spring-Hibernate-Smartgwt

Filed under: Blog — Tags: , — Kiran Addepalli @ 5:54 pm

I recently came across a fantastic library SmartGWT (http://code.google.com/p/smartgwt/)  built on SmartClient (www.smartclient.com). The framework seems very mature and rich in widgets for our purposes. The big challenge however was to fit into our Maven based structure. Note: I have decided to use the sample code that comes with smartgwtee evaluation version. The  enterprise version [...]

Comments (1)