Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NetBeansProjects/WebApplication/
- ├── build
- │ ├── empty
- │ ├── generated
- │ │ ├── classes
- │ │ │ └── org
- │ │ └── src
- │ │ └── org
- │ ├── generated-sources
- │ │ └── ap-source-output
- │ └── web
- │ ├── bart.gif
- │ ├── duke.gif
- │ ├── gfv3ee6.dpf
- │ ├── homer.gif
- │ ├── index.html
- │ ├── META-INF
- │ │ └── MANIFEST.MF
- │ └── WEB-INF
- │ ├── classes
- │ ├── fail.jsp
- │ ├── jspf
- │ ├── login_1.jsp
- │ ├── login.jsp
- │ ├── resources
- │ ├── success.jsp
- │ └── web.xml
- ├── build.xml
- ├── nbproject
- │ ├── ant-deploy.xml
- │ ├── build-impl.xml
- │ ├── genfiles.properties
- │ ├── private
- │ │ ├── private.properties
- │ │ └── private.xml
- │ ├── project.properties
- │ └── project.xml
- ├── README.md
- ├── src
- │ ├── conf
- │ │ └── MANIFEST.MF
- │ └── java
- │ ├── beginnersbook
- │ │ └── com
- │ ├── net
- │ │ └── bounceme
- │ └── properties.properties
- └── web
- ├── bart.gif
- ├── duke.gif
- ├── homer.gif
- ├── index.html
- └── WEB-INF
- ├── fail.jsp
- ├── jspf
- │ └── newjsp.jspf
- ├── login_1.jsp
- ├── login.jsp
- ├── resources
- │ └── duke.gif
- ├── success.jsp
- └── web.xml
- 28 directories, 33 files
Advertisement
Add Comment
Please, Sign In to add comment