1

Is there a project archetype (or whatever the ruby community calls it) for a jruby + rack + Sinatra project that creates a WAR deployment file with all required dependencies all ready to go?

What I want is the equivalent to "rails appname" that creates a ready to go project with ant/rake scripts and a basic directory hierarchy all ready to go.

Does such a beast exist?

sal
  • 23,373
  • 15
  • 66
  • 85

1 Answers1

1

I found this which shows how rack can be used with sinatra

sal
  • 23,373
  • 15
  • 66
  • 85