Skip to content

This project integrates jersey1.9, jpa, jboss 1.7 and javascript front-end

Notifications You must be signed in to change notification settings

dwhitla/jboss-rest-ejb-clickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Servlets and Ejb on JavaEE container TEST

This clickstart integrates rest functionalities on JavaEE container (Jboss), using:

	EJB 3.2
	Jersey 1.9
	Jboss 8 (uncomment line in persistence.xml to make it work in jboss 7.2)
	Java 7

Press the button to build, test and deploy this instantly:

Running the project locally

	git clone https://github.com/valentina1987/jboss-rest-ejb-clickstart.git
	mvn wildfly:run ( or mvn jboss7:run)

You can access this web-app at: http://localhost:8080/jboss-rest-ejb-clickstart/

Working in Eclipse/STS

prerequisites

The following items should be installed in your system:

Note: when m2e is available, there is an m2 icon in Help -> About dialog. If m2e is not there, just follow the install process here: http://eclipse.org/m2e/download/

Steps:

  1. In the command line
git clone [email protected]:valentina1987/jboss-rest-ejb-clickstart.git
  1. Inside Eclipse
File -> Import -> Maven -> Existing Maven project

About

This project integrates jersey1.9, jpa, jboss 1.7 and javascript front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 43.0%
  • JavaScript 39.1%
  • HTML 14.1%
  • CSS 3.8%