Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Maven Archetype for Embedded Jetty

http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded

We have these examples on how easy it is to embed and I hadn't really
seen where a maven archetype was needed so far.

Is your thought that people are generally unaware of how easy
embedding jetty is and an archetype might help get them started?  I
wonder about that because my typical use case is I have code already
and I want to then fire it up somehow, whereas the archetype flow for
me is more at the actual start of the project.  My embedding is with
the project code and rarely another complete artifact..

I am open to the idea though, how do you see people typically using
something like this?

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Tue, Jul 19, 2011 at 13:10, John Simone <jsimone@xxxxxxxxxxxxxx> wrote:
> Are there any Maven archetypes being distributed for creating a web
> application with an embedded instance of Jetty? I've seen the archetypes
> here: http://www.webtide.com/resources/maven.jsp, but I'm thinking of
> something that launches from a traditional main method or simple launcher
> shell script rather than the maven plugin. I think this gives a little more
> control over the launch environment and allows an application to easily be
> launched by a developer in the same way it is in production (Assuming one
> doesn't feel right about using Maven as a launch wrapper in production).
>
> I put together the archetype that is referenced in this tutorial:
> https://gist.github.com/1054400
>
> Could this, or something like it, be beneficial to offer as an example of a
> different way to build applications and a way to showcase how easily
> embeddable Jetty is?
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top