Skip to content

varmenise/RestOnJavaEESkeletonProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rest Servlets and Ejb on JavaEE container

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

	EJB 3.2
	Jersey 1.8
	Jboss 7
	Java 6

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

Running the project locally

	git clone git@github.com:valentina1987/RestOnJavaEEScheletonProject.git
	mvn jboss7:run

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

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 git@github.com:valentina1987/RestOnJavaEEScheletonProject.git
  1. Inside Eclipse
File -> Import -> Maven -> Existing Maven project

About

Ejb3, Jersey 1.8, annotations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages