PDA

View Full Version : website using jsp


shivi4
11-02-2007, 06:15 PM
i hve to make a wbsite for a fashion designer using jsp

which software should in used to make wesite easily

plus where can i find template for jsp based sites

plus i have to make flash into page how can i do that

JhonCena
11-02-2007, 06:30 PM
recomend you to develop in PHP coz it is the best!:p

whoopy_whale
13-02-2007, 09:37 AM
Get good HTML templates from Templatesbox (http://www.templatesbox.com/templates.htm) and fill it with dynamic content using JSP.

Get Eclipse (http://www.eclipse.org/downloads/) for developing jsp pages...

144
13-02-2007, 10:40 AM
Why exactly do you want it to be JSP? Any particular reason?
Do you want the site to be dynamic with a 'Content Management System' or a 'Shopping cart'? Like JhonCena mentioned, PHP is much popular and widely accepted language.

Tryout these tutorials for JSP, on these websites:

http://www.jsptut.com/

From Sun Developers Network:
-----------------------------
http://java.sun.com/products/jsp/docs.html
http://java.sun.com/developer/technicalArticles/Programming/jsp/

I prefer 'notebook' for my coding. If you are looking for a good web builder, try out the trial of Adobe Dreamweaver 8. There are many free editors like Notepad++4.0.1. And Eclipse might be a good choice since you want an editor for jsp.

Notepad++4.0.1
---------------
http://www.download.com/Notepad-/3000-2352_4-10637422.html

To Incorporate flash you would need to develop/design the flash components separately. I recommend you to tryout Adobe Flash 8. You can download the trial versions from Adobe. It is the best, but a costly software to develop flash elements. Anyone who can suggest freewares?

santu_29
13-02-2007, 06:06 PM
Try NetBeans, the official java ide... Eclipse is also good :)