Skip to content

A few source-code examples for Servlets, JSP, JDBC, JPA and JSF.

Notifications You must be signed in to change notification settings

johnnybegoods/jee-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JEE - Code-examples

This is a source code repository for storing Java Enterprise Edition source code examples.

Feel free to download them. In order to run these source codes you will need to satisfy the .jar dependencies (putting dependencies such as servlet-api, mojarra-jsf, jdbc drivers, open-jpa, among others).

The sample codes also provide a Makefile with a rule which compile the source codes, generate a .war file and attempts to run the Jetty-runner servlet container (this specific rule name is webserver). In order to make use of this Makefile rule you also need to correctly place the jetty-runner jar file inside the example directory.

The examples comprise:

  • Servlets (with GET/POST parameters, Cookies, Sessions, Filters)
  • JavaServer Pages
  • JSP Standard Tag Library and Expression Language
  • Model-View-Controllers based on Servlets/JSP/RequestDispatchers
  • JDBC and Java Persistence API
  • Java Server Faces

About

A few source-code examples for Servlets, JSP, JDBC, JPA and JSF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 64.6%
  • Java 24.8%
  • HTML 9.3%
  • JavaScript 1.2%
  • CSS 0.1%