Reputation: 33
I am looking for something like Drupal in Java -- not Drupal as a CMS but rather as an application programming framework.
For example I would like to get out the the box:
My understanding is that Ruby-on-Rails provides this type of stuff.
Thanks.
Upvotes: 3
Views: 1115
Reputation: 1831
You might also look into Backbase http://www.backbase.com/
I have no experience with it, but it's all the rage at my wifes company.
Upvotes: 1
Reputation: 38255
Have a look at Liferay.
It has all you mentioned and a powerful built-in CMS, user management, lots of out-of-the box "applications" (portlets) to add to your pages, lots of themes to choose from, menus and all.
Basically, you can build a complete dynamic site with all the basic functionalities without writing one line of Java code (or any kind of code).
Upvotes: 3
Reputation: 34643
try openxava too
"OpenXava is a tool for Rapid Java Web Development, well-suited for business and database oriented applications"
Upvotes: 0
Reputation: 4070
If it is for Web development, go take a look at the Play! framework.
Upvotes: 1