0

I'm looking for a java AJAX framework which I can include into my existing webapp. I've found sweetDev RIA . Are there such other frameworks which I could look into it?

7 Answers 7

1

I'd take a look at DWR: Direct Web Remoting. It allows you to directly call Java (web services) from JavaScript in a really intuitive way.

Sign up to request clarification or add additional context in comments.

Comments

0

Last couple of years, I have been developing rich looking web applications with icefaces. It is pretty cool, ajax is buit-in and it blends very well with jsf. If you use icefaces, javascript is not required anymore. In our web project we use javascript only in couple of places.

Here is an excerpt from icefaces homepage: "As a leading open source Ajax framework, ICEfaces is more than a Ajax JSF component library, it's an J2EE Ajax framework for developing and deploying rich enterprise applications (REAs). With ICEfaces, enterprise Java developers can easily develop rich enterprise applications in Java, not JavaScript."

1 Comment

Is it possible to use ICEfaces along with jboss portal server and using them in portlets?
0

I suggest ExtJS (with jQuery underneath), but you might prefer GWT. I think it's easier for Java programmers who are seeking to wade slowly into JavaScript waters.

Comments

0

I would really check out extjs.com. It is the most feature complete javascript component library I know of. The components are fast, have beautiful default styling, and the API is very powerful. AJAX support is also excellent. Most of my current web development include extjs in some way.

It's very easy to use this library with java. Most of the time, I just have some server side component that returns data in JSON.

There is also ExtTLD; a tablib wrapper for extjs. I have never used it myself, though.

Comments

0

Google Web Toolkit ( GWT )

Comments

0

you can also use Apache's 'Myfaces' project http://myfaces.apache.org Its a JSF implementation, and also has components with in built ajax capability.

Comments

0

You can try SweetDevRia, it's possible to add ajax in your application without writing Javascript. You only need to use JSP tags

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.