tags:

views:

186

answers:

2

hey guys i am new to ajax technology and i want to use YUI technology with spring framework so please guide me where to start;useful links & tutorials thank you.

+1  A: 

YUI is a Javascript library. Spring is a Java application framework. These are not directly related; ie, Spring has no YUI hooks or anything like that.

Spring MVC and Spring Web Flow can be used to build web applications, and web applications can serve whatever files you want, including any Javascript files you have.

Here is a list of YUI examples.

danben
A: 

YUI is a client side js library, and has little to do with serverside frameworks; so, Spring and YUI are not related.

if your are looking to work with YUI2, or for YUI3. also yui-gallery is a good place to get started with the examples.

YUI Theater has a whole bunch of developer videos to help you understand the internals of YUI JS Library, is a place worth spending time

phoenix24