vote up 0 vote down star

What is the best web framework in Java for RAD development?

Preferably,actual Java web app and not just JVM.

flag

GWT if u want to use just the java code – yesraaj Sep 1 at 8:41
GWT is not a serverside framework tho, but it does have RPC support for java backend. – Chii Sep 1 at 11:03

5 Answers

vote up 2 vote down

Hi

Its debatable but icefaces seems to be quite good and if you are a oracle shop then maybe Oracle ADF.

There is lot of traction Java Seam and Stripes too

regards Edwards

link|flag
I dont think i would classify ADF as a RAD framework - it was a pain to use, and difficult to do anything customized. But i guess if you are looking for an oracle forms replacement, it works fine. – Chii Sep 1 at 11:04
Have you tried ADF in 11g ia m curious to know what problems you faced and i am surprised Icefaces did not get a mention in RAD framework – Edwards Sep 1 at 12:02
no i must say i havent tried it in 11g - i remember i was using 10g? its probably not ADF, but jdeveloper that caused my troubles. – Chii Sep 16 at 10:36
vote up 2 vote down

RAD isn't hugely popular in the Java world, but the most "RAD" of the RAD tools is probablyGrails, which is essentially a Java port of Ruby on Rails.

link|flag
although grails is technically not "java" in the sense of the question being asked. – Chii Sep 1 at 11:02
vote up 2 vote down

I would recommend Appfuse (see http://appfuse.org/display/APF/AppFuse+QuickStart ) its a really good starting point for java (the language, not just jvm) web apps. Plus its a mishmash of the best of java web frameworks, all in one.

I'd say its the grails equivalent, but the language isnt groovy, but pure java.

link|flag
Isn't AppFuse a generator for an application skeleton? Once generated, how does it help you with RAD, if the deployment cycle is just as cumbersome as before? – skaffman Sep 1 at 11:08
in all situations, deployment is going to be the same - grails, spring-mvc, etc etc. By RAD, i mean you could rapidly get something up and running, without needing to do all the configuration/xml hell that you used to need to do. If you want a better answer, you need to clarify what you mean by RAD more specifically(RAD can mean different things under different contexts) – Chii Sep 1 at 11:14
vote up 0 vote down

Seam .... its JSF done right, you can develop in it faster than in any other framework.

link|flag
1  
Citation, please. "faster than in any other framework" is entirely subjective unless you have data. I don't consider JSF to be "right" by any stretch. If you're interested in RIA user interfaces, it's hardly what anyone would want. – duffymo Sep 1 at 9:51
Have you tried Seam? Yes, my opinion is subjective. RichFaces gives very Rich user interface - livedemo.exadel.com/richfaces-demo/richfaces/… – 01 Sep 1 at 10:37
vote up 0 vote down

If you really want to develop a web application quickly try dinamica framework. Been using it for a little over 3 years. I've tried struts, icefaces and roma. They are all very good frameworks, but if I want something done very quickly without exerting too much effort, I always use dinamica.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.