itSpice















  Enterprise Java

Understanding File Extension JNLP – Java Web Start

By Mark Debattista
The functions of file extension JNLP:
* By setting up JavaFX and Java applications online;
* Launching Java programs off the Web;
* Managing Java programs on the Internet.
Java Community Process developed the JNLP file extension, recognized as JSR 56 including version 1.0, 1.5, and 6.0.
The JNLP file extension is a correlated idea often interchangeable with [...]


Hibernate Vs JDBC Performance Comparison

By Pinaki Mukherjee
The Hibernate advantage over JDBC
Concurrency Support
In JDBC there is no check that always every user has updated data this check has to be added by the developer. Hibernate maintains this concurrency check using a version field.It checks this version field in the database table before every update operation.
So, if two users retrieve data [...]


Clustering vs. Load Balancing

Author: Amy Armitage
Before you can talk about differences between clustering and load balancing, and there are more than a few, you’ve got to get the definitions straight. Clustering is often understood to mean the capability of some software to provide load balancing services, and load balancing is often used as a synonym for a hardware- [...]


Phurnace Software for J2EE Deployment

CEO of Phurnace Software. Phurnace Software helps you accelerate your delivery of production-ready Java EE” applications. It works across many of the popular web service platforms.


JBoss Seam JUG day 2008

JBoss Seam JUG Day 2008
View SlideShare presentation or Upload your own. (tags: seam jboss)


HDIV (HTTP Data Integrity Validator)

HDIV (HTTP Data Integrity Validator)
View SlideShare presentation or Upload your own. (tags: source open)


How to Tomcat 5, Part 2

By Alexandre Patchine
How do we install one Tomcat server to share it between many users?
After default (with default parameters offered by an installation program)
installation of Tomcat for single user you get such directory structure under
$CATALINA_HOME directory:
bin – contains startup and binary files
common – contains all the external libraries which are used by Tomcat (not
Tomcat classes [...]


How to Tomcat 5? Part 1

By Alexandre Patchine
I had no problem with Tomcat installation and all installation packages which
I tried, worked fine for me. I will not describe all installation steps, you always can find the
details on it on the home site for Apache Tomcat.
It was a few years ago, when Tomcat had version 4.1.0. My first impression was that [...]


Reduce TCO (Total Cost Ownership) – The Java Database Way

By Parveen Aggarwal
TCO (Total Cost Ownership) is the buzzword in today’s business world. This metric helps enterprise managers assess direct and indirect costs and benefits derived from their investment on IT components and services. A vital component of overall TCO is database management. All information-centric applications need databases for data storage. Also, the storage demands [...]


Why Java RDBMS?

By Parveen Aggarwal
It is a well known fact that Java as a programming language set off a new paradigm in the software industry. Suddenly, every software programmer worth his salt was amidst software jargons like ‘Platform-Independence’, ‘Cross-Platform-Deployment’ and ‘The Java Virtual Machine’. In fact, it did not take long for Java to usurp the ‘most [...]



« Previous entries More Posts »