The Beta release of the next version of the core Java Platform,Java SE 6(aka Mustang), is out!We encourage you todownload it,check it out andgive...
The Beta release of the next version of the core Java Platform,Java SE 6(aka Mustang), is out!We encourage you todownload it,check it out andgive feedback(speciallyreporting regressions)andparticipate.Check Java.Sun.Com forintro,docs,javadocs anddownloads;Mark already posted anInitial Announcement;PlanetJDK.ORGshould aggregate most blogs.Mustang,JavaSE
Sean has a follow-up to hislast blogdescribing more deails oninvalid XML signatures.Many of us are not very familiar with Security details,but now and then we...
Sean has a follow-up to hislast blogdescribing more deails oninvalid XML signatures.Many of us are not very familiar with Security details,but now and then we really need to learn them in a rush...so it is nice that experts like Sean are writingthese blogs:that way tomorrow we can search throughTA and find them.Security,GlassFish,JWSDP,Mustang
Sean has a follow-up to hislast blogdescribing more deails oninvalid XML signatures.Many of us are not very familiar with Security details,but now and then we really need to learn them in a rush...so...
Bharath has a clear writeup on 3 ways toInspect GlassFish:dump the process;use aJConsole(from Mustang or Tiger),or useasadmin.Check it out, and don't forget...
Bharath has a clear writeup on 3 ways toInspect GlassFish:dump the process;use aJConsole(from Mustang or Tiger),or useasadmin.Check it out, and don't forget your profiling tools with it!Profiling, Administration,JConsole,GlassFish
Bharath has a clear writeup on 3 ways toInspect GlassFish:dump the process;use aJConsole(from Mustang or Tiger),or useasadmin.Check it out, and don't forget your profiling tools with...
ImplementingJAX-WS 2.0 efficiently requires substantial changesfromJAX-RPC because data binding isdelegated toJAXBand extreme care is needed to retain, or...
ImplementingJAX-WS 2.0 efficiently requires substantial changesfromJAX-RPC because data binding isdelegated toJAXBand extreme care is needed to retain, or improve, performance.This challenge is also an opportunity to better supportnon-textual encodings, likeFastInfoset,multiple transports,like SMTP,and features likeInteroperability with WCF.Kohsuke writes about these challenges and opportunities inNeck Deep in JAX-WS.The new architecture is being discussed in theDEV JAX-WS...
ImplementingJAX-WS 2.0 efficiently requires substantial changesfromJAX-RPC because data binding isdelegated toJAXBand extreme care is needed to retain, or improve, performance.This challenge is also...
A number of theWS and XML projects inGlassFish useHudson,a system that provides continuous builds,and runs unit tests automatically in the background.Hudson...
A number of theWS and XML projects inGlassFish useHudson,a system that provides continuous builds,and runs unit tests automatically in the background.Hudson provides Change set support,Permanent links to "latest build"/"latest successful build",RSS/E-mail Integration,and After-the-fact tagging.Kohsuke just announced aNew Release of Hudsonincorporating a number ofNew Features.Check it out.ContinuousBuilds,GlassFish,Hudson
A number of theWS and XML projects inGlassFish useHudson,a system that provides continuous builds,and runs unit tests automatically in the background.Hudson provides Change set support,Permanent links...
I share Kohsuke appreciation forRelaxNG.One can use it is as a shorthand forXML Schema,using a conversion tool like Trang.But one can also use RelaxNG...
I share Kohsuke appreciation forRelaxNG.One can use it is as a shorthand forXML Schema,using a conversion tool like Trang.But one can also use RelaxNG directly.Kohsuke wrote an adaptor layer that allows to use JAXP 1.3to do validation against a RelaxNG schema(seehereorhere for details on the JAXP Validation APIs).CheckKohsuke's blog, which includes acomplete example.GlassFish,JAXP,RelaxNG
I share Kohsuke appreciation forRelaxNG.One can use it is as a shorthand forXML Schema,using a conversion tool like Trang.But one can also use RelaxNG directly.Kohsuke wrote an adaptor layer...
AJAX Announcements Cartoons Clients Community Databases Enterprise General Goodies Interoperability Persistence Learning Administration NetBeans Opinion...
AJAX Announcements Cartoons Clients Community Databases Enterprise General Goodies Interoperability Persistence Learning Administration NetBeans Opinion Performance Security Sun Tools Web Services Web Tier Mon Feb 06Reminder - Frappr! GlassFish GroupAsk The Experts : What's New in Java WS Developers Pack 2.0JAX-WS 2.0 Web Services Management with JMXGlassFish MomTracking Problems: Open Sockets, Windows ServiceArticles Site on Tiger AdoptionTue Feb 07Migrating Tables from...
AJAX Announcements Cartoons Clients Community Databases Enterprise General Goodies Interoperability Persistence Learning Administration NetBeans Opinion Performance Security Sun Tools Web Services Web...
Venu is working in theStAXimplementation that is used byGlassFish andJAXP 1.4and he has just added a mechanism tocreate a DOM from a StAX stream.This is similar...
Venu is working in theStAXimplementation that is used byGlassFish andJAXP 1.4and he has just added a mechanism tocreate a DOM from a StAX stream.This is similar to what's available in theStAX-utils project and allows things like:XMLOutputFactory xof = XMLOutputFactory.newInstance();DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();DocumentBuilder db = dbf.newDocumentBuilder();Document doc = db.newDocument();XMLStreamWriter writer...
Venu is working in theStAXimplementation that is used byGlassFish andJAXP 1.4and he has just added a mechanism tocreate a DOM from a StAX stream.This is similar to what's available in...
Both AmyandKathyare soliciting participation in aSurvey on JavaDocso the team can plan how to improve it moving forward.Please consider participating. I'm sure...
Both AmyandKathyare soliciting participation in aSurvey on JavaDocso the team can plan how to improve it moving forward.Please consider participating. I'm sure they would also appreciate comments on their blogs;I see that Amy's blog has a number ofcomments.JavaDoc
Both AmyandKathyare soliciting participation in aSurvey on JavaDocso the team can plan how to improve it moving forward.Please consider participating. I'm sure they would also appreciate comments on...