Archives
-
Using GlassFish domain templates to easily create several customized domains
It might have happened to you to require some customization the GlassFish behavior after you create the domain in order to make the domain fit the basic requirements that you have in your organization or for your development purpose. Some of the files that we usually manipulate to customize GlassFish includes logging.properties, keystore.jks, cacert.jks, default-web.xml, server.policy and domain.xml. These [...]
Tags: Domain Templates, GlassFish -
A walkthrough for the fork/join framework introduced in Java SE 7
This is a tutorial showing what the fork/join framework is and how you can use it to implement some of your parallel programming solutions…
-
How REST interface covers for the absence of JMX/AMX administration and management interface in GlassFish 3.1
In this article I explain how GlassFish 3.1 provides REST administration instead of AMX/JMX administration and management interface available in GlassFish 3.0
-
Updating Web application’s Spring Context from Beans definitions partially stored in the database…
Updating Web application’s Spring Context from Beans definitions partially stored in the database. The definitions stored in the database are the security provider beans and related configurations which we will load right after the context is initialized.
-
Some best practices on Spring framework context configuration files naming
A summarized list of best practices about how to use spring context configuration files in a proper and clear maner.
-
Writing Solaris Service Management Facility (SMF) service manifest
This article explains how to turn a custom service to a daemon managed by Solaris Service Management Facility (SMF) to take advantage its service management facilities
-
Solaris fault administration using fmadm command
In this article we will study how we can use the fmadm command to get the list of faulty components along with the detailed information about the fault. Before starting this article we should have a command console open and then we can proceed with using the fmadm command. The most basic form of using fmadm [...]
Tags: Fault Administration, Solaris -
Monitoring ZFS pools performance using zpool iostat
In this article you can learn how to monitor ZFS pool performance attributes using command line tools in Solaris.
-
Configuring DHCP server in Solaris
This article explains how to configure DHCP server in Solaris Operating System
-
JavaZone 2010, a very brief report.
A brief review and report about JavaZone 2010 and copy of my JavaZone presentation.
