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