regarding my project
hi,
my project defination is to convert (gidb.org) asp based site to jsp..
i dont know jsp well....so pliz tell me from where i have to start.
site name is gidb.org..pliz reply
pratik joshi
hi,
my project defination is to convert (gidb.org) asp based site to jsp..
i dont know jsp well....so pliz tell me from where i have to start.
site name is gidb.org..pliz reply
pratik joshi
It seems to be a completely
It seems to be a completely static website..
Well if you want to add some dynamic content JSP would help and its not too difficult if you know JAVA well.
If a server side scripting language and needs a good knowledge of JAVA, web technologies like how Internet works etc..
Also you need to be aware of some database connectivity basics which will help you create dynamic data. Let me know if you wana some help.
Thanks
Well got some ASP code there
Well got some ASP code there and also got problems with DB access
"OLE DB Provider for Indexing Service error"
You need to take care of that..
regarding my project2
hi,
we know java,database connectivity,how internet works,some web technology like javascript,but i dont know how to put those main menu(gidb profile,gid act etc..)...and this site is created on asp..and the task is to make site more useful and atractive...how would i created those menus(pop up menu),,pliz give code in jsp or java(applet).
thnks for reply
pratik
regarding my project2
yes,this is the site created on asp.but my task is making site more useful and atrctive using JSP.
pliz give me some code of jsp,,,regarding menus(pop up menu).like gidb profile,gid act etc....
thnks for reply
Actually JSP is nothing to
Actually JSP is nothing to do about the popup menus. You can use JavaScript for the purpose.
All the ASP code needs to be rewritten in JSP though as these parts describes the dynamic behavior of the website which is JSP meant for.
You can use the already existing JavaScript code which is generating the current menus and just make changes in the HTML template layout and CSS. Most part of the website except search is static and wouldn't be tough to redesign. Theres a lot of broken ASP links though which would require rework (the news and events part).
Thanks..