Proper way of development
Hi
If I want to create an application in CQ5 which is the best way to develop the application?
1. Use a bundle(core) and import class and user methods in jsp?
2. Use bundle to register servlets and call those on each action?
3. Use any framework to take care all configurations?
Any other process are welcome..
If anyone has a sample project build on gemini blueprint, can you please share it?
If I am going to use a soap based web service in the application then what is the proper way to do that?