0

I am looking for really good tutorials or even a book i can buy that will show me how to build a web application using Ajax framework, Spring (Java) and hibernate. Basically i just want to use AJAX for my front end and spring framework for my middle layer or business tier. For those with experience on these technologies please point me in the right direction. I already started to read Pro Ajax and Java by Nathaniel T. Schutta and Ryan Asleson

2 Answers 2

5

How experienced are you with web programming, and in Java programming? From your question seems like not very much.

Much of this can gets confusing if you are not yet comfortable with web and Java.

For the front end, AJAX requests are often done through JavaScripts (there are other ways to do this of course)

And if you want to use Spring for your business layer, there's this blog about Spring and AJAX.

Have you ever used Spring before? There are lots of resources about Spring out there that are easy to find through searches, what component of Spring do you want to be using? its IOC capability? It's MVC framework? etc etc. And you can always read up on Spring 3 documentation

and have you used ORM such as Hibernate before? Spring 3 uses Hibernate 4 and last time I was poking with it there were bugs in it and I had to drop back to Hibernate 3. You can read up on Hibernate from their documentation page.

You are asking 3 different topics: AJAX, Spring and Hibernate - that's quite a bit to take in at once if you aren't really comfortable yet with Web and Java programming

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

Comments

0

The Spring docs are very helpful: http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/ It will tell you how all the pieces fit together.

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.