PDA

View Full Version : eclipse extjs



frknml
8 Dec 2008, 11:53 AM
Hi everyone;

I'm very new for extjs and i have some questions.
My 1st question is how can i use extjs with eclipse easily?
2nd I'm developing web application with java,how can i use extjs with java(servlet-jsp)?
3rd how can i use json and ajax in extjs ?

Please inform me or please show me a source or please give me an example for these questions.

Faruk Naml

mjlecomte
8 Dec 2008, 1:33 PM
With those questions I'd suggest here:
http://extjs.com/learn/Ext_Forum_Help#Finding_Help

fetchinson
8 Dec 2008, 2:44 PM
2nd I'm developing web application with java,how can i use extjs with java(servlet-jsp)?


extjs is a client side library, java is your server side library. They have nothing to do with each other, the communication between the two is typically done using json and/or xml in a way that the client does not need to know what library is running on the server and the server does not need to know what library is running on the client. In other words you would use java together with extjs in exactly the same way as (any server side library) + (any client side library).



3rd how can i use json and ajax in extjs ?


Have a look at the docs: http://www.extjs.com/deploy/dev/docs/
If that is too complicated, have a look at the examples: http://www.extjs.com/deploy/dev/examples/samples.html



Please inform me or please show me a source or please give me an example for these questions.


See above link(s), or in addition: http://extjs.com/learn/