There is a new Ask-The-Expertsession onsession on Java Plug-InCoincidentally, I wanted to write a spotlight about one use of theJava Plug-in:the ApacheCon demo...
There is a new Ask-The-Expertsession onsession on Java Plug-InCoincidentally, I wanted to write a spotlight about one use of theJava Plug-in:the ApacheCon demo that showed theJava DB Inside a Browser,but I could not get it working in one try on my MacOS PowerBook.Since I knowFrançoisand I'm a bit tight on time, I sent him an email.I'll report when we figure it out.JavaPlugIn,GlassFish
There is a new Ask-The-Expertsession onsession on Java Plug-InCoincidentally, I wanted to write a spotlight about one use of theJava Plug-in:the ApacheCon demo that showed theJava DB Inside a...
Petr wrote a note onImplementing Cron-like Functionality in GlassFish.Some of the comments pointed to an alternative approach that would work in GlassFish but...
Petr wrote a note onImplementing Cron-like Functionality in GlassFish.Some of the comments pointed to an alternative approach that would work in GlassFish but notin older versions, so Petr now has written anFollow-Up using MBeans.MBeans are showing up in a number of places in GlassFish, seeOther Entries.MBeans, Cron, Schedulers,GlassFish
Petr wrote a note onImplementing Cron-like Functionality in GlassFish.Some of the comments pointed to an alternative approach that would work in GlassFish but notin older versions, so Petr now has...
Last week we promotedb38,in the advanced (non-beta) branch(Feb 22nd, 2006,IssueTracker List,Bug List).I know of two important changes:• Removal of thesupport...
Last week we promotedb38,in the advanced (non-beta) branch(Feb 22nd, 2006,IssueTracker List,Bug List).I know of two important changes:• Removal of thesupport for specifying clear text passwords on asadmin CLIs.• Fix ofIssue 221,which enables Roller 2.1 and other applications.PS.Jeromewill start doing these summaries starting this week, and he will do a much better job than I can,but this week he had a family conflict.Builds,GlassFish
Last week we promotedb38,in the advanced (non-beta) branch(Feb 22nd, 2006,IssueTracker List,Bug List).I know of two important changes:• Removal of thesupport for specifying clear text passwords on...
AJAX Announcements Beta Cartoons Clients Community Databases Enterprise General Goodies Interoperability Persistence Learning Administration NetBeans Opinion...
AJAX Announcements Beta Cartoons Clients Community Databases Enterprise General Goodies Interoperability Persistence Learning Administration NetBeans Opinion Performance Security Sun Tools Web Services Web Tier Mon Feb 20Disabling HTTP Session Persistence in GlassFishPHP in GlassFishGlassFish and ApacheHigh Tech Chariot: GlassFish and NetBeansPromoting Portable PortletsTue Feb 21Lazy Initialization of Services in GlassFishHello world for JAX-WS 2.0; from YokohamaImplementing...
AJAX Announcements Beta Cartoons Clients Community Databases Enterprise General Goodies Interoperability Persistence Learning Administration NetBeans Opinion Performance Security Sun Tools...
In the best tradition of "Release and Go",Kohsuke releases a new version ofHudson, and thenruns/flies to Japan for some presentations.The new release...
In the best tradition of "Release and Go",Kohsuke releases a new version ofHudson, and thenruns/flies to Japan for some presentations.The new release isbetterlookingcourtesy of that othertango project.I suspect the improvements may have been driven by the presentations :-).Ah! the reference toUpstairs Downstairs?Kohsuke told me he chose the name Hudson because he thought of the project as his butler.ContinuousBuilds,GlassFish,Hudson
In the best tradition of "Release and Go",Kohsuke releases a new version ofHudson, and thenruns/flies to Japan for some presentations.The new release isbetterlookingcourtesy of that othertango...
The (late) February installment ofSDN Channel is outand this one is focused on Sun's Commitment to...
The (late) February installment ofSDN Channel is outand this one is focused on Sun's Commitment to Open Communities,includingOpenSolaris,OpenOffice,NetBeans,Mustang,andGlassFish.Earlier SDN Channels coveredAJAXandCMT.The Channel site includesvideos(RealAudio and also podcasts),blogs,downloads,andhotlinks.GlassFish is well representedin all fronts:the videos feature interviews with Jonathan,Ben Rockwood, and yours truly(my turn for5 minuts of fame).Probably the most...
The (late) February installment ofSDN Channel is outand this one is focused on Sun's Commitment to Open Communities,includingOpenSolaris,OpenOffice,NetBeans,Mustang,andGlassFish.Earlier SDN Channels...
Petr provides one approach toimplementing a crontask on top of the AppServer that worksusing a Timer bean and lifecycle module that starts the timer when the...
Petr provides one approach toimplementing a crontask on top of the AppServer that worksusing a Timer bean and lifecycle module that starts the timer when the server is started.Please post if you have a better solution.Timers,GlassFish
Petr provides one approach toimplementing a crontask on top of the AppServer that worksusing a Timer bean and lifecycle module that starts the timer when the server is started.Please post if you...
Not all applications use all the services in theJava EE Platformand it is fair to explore how to avoid'paying' (in start-up time, runtime footprint) for...
Not all applications use all the services in theJava EE Platformand it is fair to explore how to avoid'paying' (in start-up time, runtime footprint) for services that are not needed.Binod described theLazy Initialization of Servicesthat is implemented in the current architecture ofGlassFish.It seems to me we need to explore additional approaches;now that we are almost in beta perhaps we can do as withJAX-WS and work on the next version in parallel with finalizing this...
Not all applications use all the services in theJava EE Platformand it is fair to explore how to avoid'paying' (in start-up time, runtime footprint) for services that are not needed.Binod...