JamesBranam's Blog
NetBeans: Creating Web Applications
Hi again,
Here's what the Help has to say about creating web applications:
Web applications have a defined folder structure.
When you create a web project, the IDE does the following:
- Displays the new project in the If the Set as Main Project checkbox was selected in the New Project wizard, the new project becomes the main project. If necessary, you can change the main project.
- Opens a page for you to edit.
- Puts all the files in the $HOME/NetBeansProjects/project-name directory on a UNIX® or Mac OS system or in the \Documents and Settings\username\My Documents\NetBeansProjects\project-name folder on a Microsoft Windows system.
After you create the project, you can view the files in the Projects window or the Files window.
When you import a web project from an earlier version of the IDE, the project is structured according to Sun Java BluePrints guidelines. A web application must also contain a deployment descriptor file (WEB-INF/web.xml), and can contain one or more web components.
Note: You can add a framework to a web application project after creating it. To do so, choose Tools > Libraries to access the Library Manager.
Cheers!
--James
Posted at 09:00AM Oct 29, 2008 by branajam in NetBeans | Comments[3]
this is simple
Posted by 41.234.28.164 on November 01, 2008 at 05:00 PM CET #
Thank you for sharing useful information.What is the easiest way for someone experienced in oop and c++ to create a web application? Can anyone share their opinion in it.
Posted by Developer4lease on November 06, 2008 at 06:30 AM CET #
j'essaie de développer un programme web avec netbean 6.5 et visual web javaserver faces framework la page jsf contient une drop down list et une table (comme l'exemple netbeans) et pour une table contenant 10 tuples cà fonctionne vite mais si la table contient 3000 tuples alors là à chaque affichage il faut compter environ 12 secondes pour rafraichir la drop down. Même avec l'exemple hibernate c'est pareil. La base est sous postgres. Que faut-il changer dans les session ou application pour un rendu beaucoup plus rapide?
Posted by robert on November 19, 2008 at 12:55 PM CET #