Archives
-
Introducing OpenESB from development to administration and management.
OpenESB project initiated by Sun Microsystems to develop and deliver a high performance, and feature rich implementation of Java Business Integration (JBI) under an open source friendly license. Basic task of JBI implementations is connecting different type of resources and applications together in a standard and none intrusive way. Basic building blocks of an ESB [...]
May 24th, 2010 | Filed under Architecture, How To, Java EE, Java EE Security, Java SE, Web Services, XML -
Introducing NIO.2 (JSR 203) Part 1: What are new features?
I will write a series of blog to discuss what are the new features introduced in NIO.2 (JSR 203). The NIO.2 implementation is a part of OpenJDK project and we can alreay use it by downloading a copy of OpenJDK binary. In the first entry I will just go through what are these new I/O [...]
-
GlassFish Security book FAQ 1: Custom Security Realm in GlassFish
I decided to write down the answer for some questions which my book’s readers email me or ask me via twitter in my weblog so everyone can benefit from the answers. Here is the answer to the first question which involves custom security realms. GlassFish supports 5 types of security realms out of the box [...]
May 18th, 2010 | Filed under GlassFish, GlassFish Security, How To, Java, Java EE, Java EE Security, Java SE, Learning, Software Security -
Java EE Security Refcard is now available for download at no cost.
Java EE Security refcard is available for download. This refcard covers Java EE 6 security and discuss how each application server supports the specs. The refcard covers authentication, authorization, and transport security in Web Application, EJB application and web services by introducing the concept and the related annotations and deployment descriptors which help us realize [...]
May 17th, 2010 | Filed under Announcement, Apache, GlassFish, GlassFish Security, How To, Java, Java EE, Java EE Security, Java SE, JBoss, Web Services -
GlassFish v3 and EJBCA 3.x a fair couple for mutual SSL authentication.
Please use the following articles while I am updating this entry How to have your Own CA and configure Glassfish and your clients for mutual authentication? How to have your Own CA and configure Glassfish and your clients for mutual authentication?, Part II Please post any comment or question here so we can have one [...]
May 13th, 2010 | Filed under GlassFish, GlassFish Security, Java EE, Java EE Security, Java SE, Learning, Open Source, Software Security -
GlassFish Security Book Which Covers GlassFish v3 security, Java EE 6 security, and OpenSSO has just been published.
The Book in Details: Security was, is, and will be one of the most important aspects of Enterprise Applications and one of the most challenging areas for architects, developers, and administrators. It is mandatory for Java EE application developers to secure their enterprise applications using Glassfish security features. Learn to secure Java EE artifacts (like [...]
May 13th, 2010 | Filed under Announcement, Book Review, GlassFish, GlassFish Security, How To, Java, Java EE, Java EE Security, Java SE, Learning, Open Source -
Manage, Administrate and Monitor GlassFish v3 from Java code using AMX & JMX
Management is one of the most crucial parts of an application server set of functionalities. Development of the application which we deploy into the server happens once with minor development iteration during the software lifecycle, but the management is a lifetime task. One of the very powerful features of the GlassFish application server is the [...]
Apr 6th, 2010 | Filed under GlassFish, How To, Java, Java EE, Java EE Security, Java SE, Modularity, Monitoring, Persistence -
Using Spring Security to enforce authentication and authorization on Spring Remoting Services Invoked from a Java SE client…
Spring framework is one of the biggest and the most comprehensive frameworks Java Community can utilize to cover most of the end to end requirement of a software system when it come to implementation. Spring Security and Spring Remoting are two important parts of the framework which covers security in a descriptive way and let [...]
Mar 18th, 2010 | Filed under Architecture, Frameworks, How To, Java EE, Java EE Security, Java SE, Learning, Open Source, Web Services -
OpenMQ, the Open source Message Queuing, for beginners and professionals (OpenMQ from A to Z)
Talking about messaging imply two basic functionalities which all other provided features are built around them; these two capabilities include support for topics and queues which basically lets a message to be consumed by as many interested consumer as subscribed or at just one of the interested consumer(s). Messaging middleware was present in the industry [...]
Mar 3rd, 2010 | Filed under Architecture, GlassFish, GlassFish Security, High Availability, How To, Java, Java EE, Java SE, Monitoring, Open Source, Optimization, Performance -
NetBeans 6.8 joined the GlassFish v3 in the release feast.
NetBeans 6.8 released coordinated with GlassFish v3 today. NetBeans 6.8 can be considered a fine step ahead of NetBeans because Sun is officially supporting the NetBeans RCP platform as a product from now on. NetBeans 6.8 features are as follow: Java Enterprise Edition 6 support Web Projects with JavaServer Faces 2.0 (Facelets) JavaFX 1.2.1 support [...]
