users@glassfish.java.net

Re: How do I start an embedded GFv3 preview server in b56?

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Sun, 26 Jul 2009 06:51:19 -0700

hi Cay

this is the API that we intend to make available in v3 final but I
would not say that it is final yet. We are still working on this so
although I don't expect big changes, I do expect it to evolve a bit.

if u can live with that, feel free to start using it and give us
feedback.

thanks, jerome

On Jul 25, 2009, at 12:27 PM, glassfish_at_javadesktop.org wrote:

> I noted that the embedded GFv3 jars stopped after March, and I am
> guessing this is being rolled into the regular GFv3 distribution
> since glassfish-api.jar contains a class
> org.glassfish.api.embedded.Server. I also stumbled upon https://embedded-glassfish.dev.java.net/nonav/v3-final-api/apidocs/
> , but those APIs don't match what is in the most recent build (build
> 56).
>
> Apparently, right now you start a server with
>
> Server.Builder info = new Server.Builder("server");
> Server server = info.build();
> server.start();
>
> How final is that API?
>
> Thanks,
>
> Cay
> [Message sent by forum member 'cayhorstmann' (cayhorstmann)]
>
> http://forums.java.net/jive/thread.jspa?messageID=357568
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>