Archives
-
JavaZone 2010 sessions I am going to attend
This is a list of JavaZone 2010 sessions I am planning to attend. Selecting this list was really hard as all of the presentations are exceptionally good.
Aug 12th, 2010 | Filed under Apache, Architecture, Enterprise Architecture, GlassFish, Java, Java EE, Java SE, JavaZone, JavaZone 2010, Learning, Modularity, Presentations, Web Services -
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 -
GlassFish Modularity System, How extend GlassFish CLI and Web Administration Console (Part 2: Developing Sample Modules)
Extending GlassFish CLI and Administration Console, Developing the sample Modules Administrators are always looking for a more effective, easier to use, and less time consuming tool to use as the interface sitting between them and what they supposed to administrate and manage. GlassFish provide effective, easy to access and easy to simple to navigate in [...]
-
GlassFish Modularity System, How extend GlassFish CLI and Web Administration Console (Part I, The architecture)
Modularity is the essential design and implementation consideration which every software architects and designers should have in mind to get an easy to develop, maintain and extend software. GlassFish is an application server which highly benefits from a modularity system to provide different level of functionalities for different deployment and case studies. GlassFish fully supports [...]
Comments Off -
And GlassFish v3 is Here
The long awaited and the most looked upon version of GlassFish released today. GlassFish v3 fully implements Java EE 6 specification which means EJB 3.1, Servlet 3, JAX-RS, JPA 2, Contexts and Dependency Injection for Java EE, Bean validation, Java EE profiles and so on. GlassFish is not only the most up to date [...]
Dec 17th, 2009 | Filed under Announcement, Java EE, Modularity, Monitoring, Open Source, Performance -
So you want to develop a rich client application on top of NetBeans RCP?
I was involved with development of a RCP application based on NetBeans platform and now I find few minutes to share some of the experience with you. All standard coding and best practices are applicable here. Use project management systems like Trac or any project management system that you know. Never start a project without [...]
-
Quick NetBeans RCP Tip: How to reuse an already open TopComponent instead of creating a new one.
Well, NetBeans RCP is a flagship product of NetBeans Project which the famous NetBeans IDE is based on it. To reuse an already opened TopComponent in an RCP application we can use a code similar to following listing, Assume that the TopComponent name is ContractorInfoTopComponent and we want to reuse the already opened tab instead [...]
-
Some thoughts on the JBoss AS 5 release
JBoss application server 5 GA released after a very long period of silence from "JBoss, a division of Red Hat". The new version of JBoss application server supports Java EE 5 and is based on modularity concept with a small kernel named JBoss MicroContainer in the core and all functionalities as modules around the kernel. [...]
Dec 18th, 2008 | Filed under Architecture, Comparison, GlassFish, JBoss, Modularity, Open Source, Opinion -
NetBeans Platform Certification and training.
Netbeans is well known for beeing a great IDE for developing Java SE, Java EE, C++, Java ME, Sun SPOT, Ruby on Rail, PHP, Groovy, … but NetBeans has more to offer when it come to developing highly modular desktop applications. The desktop application can be from any possible category like Business oriented, scientific, utilities, [...]
May 20th, 2008 | Filed under Announcement, Community, Java, Learning, Modularity, NetBeans, NetBeans RCP -
A New Module for Netbeans IDE , an statistical CVS Reporter…
2 weeks ago I was looking at www.sourceforge.Net for a utility that allows me to get some statistical information from CVS repositories. There are some commercial products that do this job in a very perfect manner , but those are commercial and feature over loaded.after some search I find VCS Report , I get the [...]
