Jaime has a blog (in spanish) explaininghow to navigate through the source of GlassFish usingFishEye.FishEye is a very handy interface to the information in a...
Jaime has a blog (in spanish) explaininghow to navigate through the source of GlassFish usingFishEye.FishEye is a very handy interface to the information in a source repositorythat can present graphics showing number of putbacks but also can correlate changesand show the sources directly.Because the sources to GlassFisharespread over multiple repositories,you will need to visit multiple FishEye views including:GlassFish,JAXB,FI,JAX-WS,JAX-RPC,JSF,JAXP.SourceBrowsing,GlassFish
Jaime has a blog (in spanish) explaininghow to navigate through the source of GlassFish usingFishEye.FishEye is a very handy interface to the information in a source repositorythat can present...
The Server Side has a good thread that includes several misconceptions about SJS/GF, including:• not free• only a "reference implementation"• not for...
The Server Side has a good thread that includes several misconceptions about SJS/GF, including:• not free• only a "reference implementation"• not for production• not OSS• no sources.Altogether a useful thread,check it out.(photo by Anders Pearson)UserExperience,GlassFish,FreeAppServer,OpenSource
The Server Side has a good thread that includes several misconceptions about SJS/GF, including:• not free• only a "reference implementation"• not for production• not OSS• no sources.Altogether a...
There is a new project of theAdministration Infrastructure group.This project is intended to increase the securityof the adminstration of of GlassFish.In...
There is a new project of theAdministration Infrastructure group.This project is intended to increase the securityof the adminstration of of GlassFish.In particular,thisproposal ensures that no Reusable Password is specified on command line in cleartext andpasswords are not read from environment of a command shell.All good things, cleartext has to be managed very carefully, just ask Enron!.Kedar Mhaswade has startedwriting aboutthe adminstration experienceandpointed this...
There is a new project of theAdministration Infrastructure group.This project is intended to increase the securityof the adminstration of of GlassFish.In particular,thisproposal ensures that no...
Thenew Java WSDP 2.0requires J2SE 5.0 (to support annotations).In theJWSDP userslist, George Orient complaints that UDDI registry isno longer...
Thenew Java WSDP 2.0requires J2SE 5.0 (to support annotations).In theJWSDP userslist, George Orient complaints that UDDI registry isno longer available.Specifically, he points out that (a) the UDDI registry is not included in JWSDP 2.0, and (b) the suggested workaround is to use the registry from earlier versions but, (c) the release notes indicate thatthe a different machine should be used.Of course, in a classroom situation, having two machines is out of the question....
Thenew Java WSDP 2.0requires J2SE 5.0 (to support annotations).In theJWSDP userslist, George Orient complaints that UDDI registry isno longer available.Specifically, he points out that (a) the...
Santiago and Paul have extended Japex([1],[2])so it now supports Native C drivers.With this extension,theW3C Efficient XML Interchange WG decided toadopt Japex...
Santiago and Paul have extended Japex([1],[2])so it now supports Native C drivers.With this extension,theW3C Efficient XML Interchange WG decided toadopt Japex for its new evaluation phase of differentencoding formats.And, on same general topic of complementing the world of theJava platformwith another environment,Kohsuke just released anew version of COM4Jthat bridges to the world ofCOM;details at COM4J.GlassFish,COM,Japex
Santiago and Paul have extended Japex([1],[2])so it now supports Native C drivers.With this extension,theW3C Efficient XML Interchange WG decided toadopt Japex for its new evaluation phase of...
Satish describes how to add the code samples to a GlassFish build.The bulk is a document that providesdetailed instructions on how to build GlassFishthen he...
Satish describes how to add the code samples to a GlassFish build.The bulk is a document that providesdetailed instructions on how to build GlassFishthen he adds a few extra steps to include the samples.BuildingGlassFish,GlassFish
Satish describes how to add the code samples to a GlassFish build.The bulk is a document that providesdetailed instructions on how to build GlassFishthen he adds a few extra steps to include...
Oraclehas announced.new versions of their Application Server and their Developer tools.Sun and the Oracle Java Persistence team are working together on the Java...
Oraclehas announced.new versions of their Application Server and their Developer tools.Sun and the Oracle Java Persistence team are working together on the Java Persistence implementationin GlassFish (thanks!), so a welcome to Oracle on the way towards EJB 3.0!BTW - Somebody askedif the container was production quality.TheJCP rules do not allow for production implementations of non-final specsso, given the status ofEJB 3.0and usual care of Oracle, I'd expect some clear label...
Oraclehas announced.new versions of their Application Server and their Developer tools.Sun and the Oracle Java Persistence team are working together on the Java Persistence implementationin...
Kohsuke is reporting about a customer that wantedMethod chaining(also known as Fluent Interface).Hefiled a bugbut when Kohsuke told him he could write a plugin,...
Kohsuke is reporting about a customer that wantedMethod chaining(also known as Fluent Interface).Hefiled a bugbut when Kohsuke told him he could write a plugin, he wrote one;the community in action!The plugin lets you write things like:USAddress address = new USAddress().withName(name).withStreet(street).withCity(city).withState(state).withZip(new BigDeciaml(zip));CheckKohsuke's blog and theJAXB plugin.PlugIns,GlassFish,FluentInterface,MethodChaining,JAXB
Kohsuke is reporting about a customer that wantedMethod chaining(also known as Fluent Interface).Hefiled a bugbut when Kohsuke told him he could write a plugin, he wrote one;the community in...
Mustang is gettingclose to betaand the JDK-related blogs have increased activity.PlanetJDK.ORG isworth a visit.Community,GlassFish,Mustang