Reputation: 19617
Most people have heard of Content Management Systems. However, what basic features should an application contain so it can be considered as a true CMS? Also, what Java frameworks could be used to make one?
Upvotes: 2
Views: 300
Reputation: 9
Osmek would be good solution as well. All you would have to do is write a java integration class.
Upvotes: 0
Reputation: 2912
The most important feature of a CMS is to enable users from all over the place to log in and create/share information. Usually a CMS is a web application like Drupal and Joomla, but it's not restricted as such. If you want to use Java, I'd recommend Google's GWT. You code in Java and 'compile' it to Javascript.
Upvotes: 0
Reputation: 382726
Here are main features of a CMS:
what Java frameworks could be used to make one?
Upvotes: 2