Skip to content

jimternet/Tapestry5WithJMSBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running on OpenShift
Create an account at http://openshift.redhat.com/

Create a tomcat application

rhc app create -a tapestryJmsDemo -t jbossews-1.0
Add this upstream tapestryJmsDemo repo

cd tapestryJmsDemo
git remote add upstream -m master git://github.com/jimternet/Tapestry5WithJMSBackend.git
git pull -s recursive -X theirs upstream master
Then push the repo upstream

git push
That's it, you can now checkout your application at:

http://tapestryJmsDemo-$namespace.rhcloud.com

About

This is a mashup of two public projects by Spring and Tapestry 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published