P
P
Pyjamec2011-06-15 20:04:56
Java
Pyjamec, 2011-06-15 20:04:56

Java framework for creating corporate websites

Actually interested in the following:
1. On what framework do you create corporate-level sites or just large resources?
2. Is it also suitable for a site of any complexity?
3. Pros/cons of the specified framework.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
A
antalus, 2011-06-15
@antalus

You should first decide on the requirements for a corporate site. It will be a portal, or a classic CRUD site, or a Rich Internet Application. Will it be a classic server-centric application, or client-centric. Do you need manual control over Javascript. Whether the component model fits your application. Based on the analysis of all requirements, you should choose a framework. Almost all known Java web frameworks are suitable for creating a "site of any complexity" with some reservations.
If you know English, be sure to check out a good article that gives a good description of the "domains" for Java frameworks. java.dzone.com/articles/categorization-web-frameworks

V
vgrichina, 2011-06-16
@vgrichina

I highly recommend Grails - www.grails.org/
It uses Hibernate and Spring, but presents them in a digestible way, a la Ruby on Rails.

A
asm0dey, 2011-06-22
@asm0dey

We write in GWT.

I
Igor Petrov, 2011-06-16
@KriegeR

I recently read a book (I'll remember if it's interesting) in which the author developed a web application using JSP, Hibernate and Spring. By the way, this is a very interesting book.

C
CGS, 2011-06-16
@CGS

http://habrahabr.ru/blogs/java/106744/

O
Ololesha Ololoev, 2011-06-17
@alexeygrigorev

Try Play Framework

D
dborovikov, 2011-06-20
@dborovikov

Sorry, didn't reply there.
As for corporate solutions, JSF and the company seem to rule there. However, this technology is quite heavy. For sites of any complexity, with minimal overhead, Spring MVC is best, since Spring is generally a self-sufficient technology, and it is also quite fast. I often hear about all kinds of portals, you can see (JBoss Portal, Liferay)

A
agoodis, 2011-06-23
@agoodis

node.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question