-
Monday, 18 October 2010
Previously, in software development process, people often rely on a certain programming language; however, with the current trend for application large-scale and complexity, concerning about programming language only is not enough, it is essential to rely on a specific platform (...
Tags:
j2ee platform
j2ee java
programming language
|
-
Thursday, 07 October 2010
The main function of Hibernate is mapping Java classes to relational database. In addition, Hibernate also allows users to perform queries to the database through objects or normal SQL.
Hibernate has many different versions and the latest version is 3.x. In this version, Hiberna...
Tags:
hibernate
mapping object
object oriented
|
-
Wednesday, 06 October 2010
Take advantage of the power of Java programming language
Up to now, Java is known as an effectively supported tool in building Web Client applications. But Java is also an ideal environment for creating server components for Web applications. Because JSP platform based on Java, ...
Tags:
javaserverpages
maintaining web
platform independence
|
-
Tuesday, 05 October 2010
Since Internet transmission has been growing rapidly, Web application also follows that development. RIA (Rich Internet Application) is a term for Web application that integrates audio, images, video... These applications can run independently or run inside a web browser, even in...
Tags:
web application
javafx script
javafx
development
|
-
Monday, 16 August 2010
Spring framework is an open source framework for Java applications. It have grown up strongly, and become the most popular framework using in Java developer community. Some of its unique features as follows:
Spring its self is an IoC container, giving the facility for Inversi...
Tags:
spring framework
plain old java object
open source
|
-
Sunday, 07 February 2010
Java Virtual Machine (JVM) is the instance of Java Runtime Environment (JRE) created when a java application execute. JVM create the environment for java applications running, including dynamic libraries, security, debug, error handling, and other required functions.
When a Java...