Web Based help....
Hi i am doing a web based project using jsp .i am interested to use the ajax technology for various purpose of my project.Like applying ajax to drop dowm menu for selecting district and getting that particular state for that district.
i am also interested to learn ajax .can any one tell a good site where i would get help for it.
[343 byte] By [
java@mania] at [2007-11-27 5:45:14]

# 1
http://forum.java.sun.com/thread.jspa?threadID=5170019
have a look at my last which discusses a similar example.
and coming about learning about AJAX.I'd advice you to start with basics of XmlHttpRequest Object & How can you play around with it..
checkout few basic once down below
http://www.jibbering.com/2002/4/httprequest.html
http://developer.mozilla.org/en/docs/AJAX:Getting_Started
http://msdn2.microsoft.com/en-us/library/ms537505.aspx
http://www.w3schools.com/ajax/ajax_intro.asp
http://www.w3schools.com/xml/xml_http.asp
Design Stratergies
http://java.sun.com/developer/technicalArticles/J2EE/AJAX/DesignStrategies/design-strategies.pdf
Quick review links
http://developer.mozilla.org/en/docs/Category:AJAX
Hope this might help :)
REGARDS,
RaHuL
# 3
hi Rahul,Can u tell me waht is domain model or domain object for as project?What we have to do in making a domain model.what exactly we have to tell in the domian model.and what are the thing to be kept in mind while making a web based project
# 4
well your question is bit outside the given topic however
checkout below links to get a breif overview about them
http://it-div-fio-lcg.web.cern.ch/it-div-fio-lcg/stateman/slides/Domain%20modelling.ppt
http://www.redhat.com/docs/manuals/rhea/RHEA-5.0-Manual/developer-guide/ch-domain.html
http://www.theserverside.com/patterns/thread.tss?thread_id=33387
However,it would be gr8 to go through few core J2EE design patterns to ease out devolopment of any web application
http://www.corej2eepatterns.com/Patterns2ndEd/index.htm
http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html
http://java.sun.com/blueprints/patterns/catalog.html
hope that might help :)
REGARDS,
RaHuL