1 / 8

Hacking on Glassfish!

Hacking on Glassfish!. Jaromir Hamala, Senior Consultant (and passionate developer!) C2B2 Consulting Ltd. How You Are Using GlassFish. Hacking!. Glassfish as the hacker friendly Java EE platform Taking advantage of modular architecture And Java EE standards!

Télécharger la présentation

Hacking on Glassfish!

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hacking on Glassfish! Jaromir Hamala, Senior Consultant (and passionate developer!) C2B2 Consulting Ltd.

  2. How You Are Using GlassFish Hacking! • Glassfish as the hacker friendly Java EE platform • Taking advantage of modular architecture • And Java EE standards! • It’s fast to start with! (yet very reliable!) • Low footprint

  3. What Worked with GlassFish Did I mention it’s highly hackable?  • JMS broker or Data Grid? • JMS backed by Data Grid! • Demo Time! https://github.com/jerrinot/hazelcastmq

  4. Ingredients • HazelcastDataGrid(implements topic and queue ootb) • JMS wrapper (written by Mike Pilone) https://github.com/mpilone/hazelcastmq • Generic JMS RA http://genericjmsra.java.net/ • 1 Rainy Saturday • (or pretty much any Sunday if you live in the UK)

  5. How GlassFish Can Be Better • Better / More descriptive error messages • No downloadable tarball with source code • SVN only public class FlushJMSDestination { […] if (!success) { //todo: enable localized string throw new Exception();//localStrings.getLocalString("admin.mbeans.rmb.error_purging_jms_dest")); } http://www.joe-ks.com/archives_aug2009/CatFish.htm

  6. Graphic Section Divider

More Related