I have a simple Java EE application using Servlets and JSP.
Now I want to develop new functionality using Grails within the same application not a new application. Can I add Grails to my existing application?
|
|
|
It very well depends on the framework u r currently using. I'd try with adding grails' lib subdirectory to the project classpath. |
|||
|
|
You'll have more luck the other way round - create a new Grails application, put your existing servlets into |
|||
|
|