Hi
I have a requirement where there are few scenarios.
- User registration(There are different types of users say buyer, seller, moderator etc)
- search feature where a seller/buyer could be searched with few keywords
- user dashboards
search functionality can be exposed as webservice in future.
I identified that first 3 can go as separate portlets. Please correct me if i am wrong.
I want to know if all of these should go into same .war file or can be moved to separate war files. Point to note is that there are some classes which are common in all the 3 points.
For the purpose of modularity, I identified that dashboards can go into separate project and registration & search in another project. But both into single war file. Are we correct?
We are using Liferay, spring, hibernate and JSF(icefaces)