ARTICLE
(White Paper) MOBILE & EMBEDDED COMMUNITY ON JAVA.NET
Submitted by guru on Tue, 01/04/2011 - 10:10MOBILE & EMB
- guru's blog
- Login to post comments
- Read more
Goldman Sachs Vice Presidents Speak Java at Great Indian Developer Summit 2010
Submitted by shaguf5575 on Thu, 03/25/2010 - 12:07GIDS is India's Biggest Polyglot Conference for Software Developer Professionals
GIDS 2010: International Conference on Java, Richweb, .Net, Ajax, JavaServer, JQuery, Web Services, iPhone, Google Toolkit etc
Submitted by shaguf5575 on Fri, 03/05/2010 - 07:44Great Indian Developer Summit is the gold standard for India's software developer ecosystem for gaining exposure to and evaluating new projects, tools, services, platforms,languages, software and stan
Java Persistence Experts Teaches JPA 2.0 at GIDS 2010
Submitted by satpal on Mon, 01/25/2010 - 08:32Java Persistence Experts Teaches JPA 2.0 at GIDS 2010
Great Indian Developer Summit 2010 – Gold Standard for India's IT Professional Ecosystem
(Article) The Features of Java which help people to build secure applets
Submitted by guru on Wed, 09/16/2009 - 09:50The Features of Java which help people to build secure applets
Java programs do not use pointers explicitly. Objects are accessed by getting a handle to the object. Effectively, this is like getting a pointer to an object, but Java does not allow the equivalent of pointer arithmetic on object handles. Object handles cannot be modified in any way by the Java applet or application.
C and C++ programmers are used to manipulating pointers to implement strings and to implement arrays. Java has high-level support for both strings and arrays, so programmers don’t need to resort to pointer arithmetic in order to use those data structures.
Arrays are bounds-checked at run-time. Using a negative index causes a run-time exception, and using an index that is larger than the size of the array causes a run-time exception. Once an array object is created, its length never changes.
- guru's blog
- Login to post comments
- Read more
(How to) How to install Spring IDE Tool in Eclipse 3.5
Submitted by guru on Sat, 09/12/2009 - 12:23How to install Spring IDE Tool in Eclipse 3.5
SpringSource Tool Suite™ (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications.
STS includes tools for all of the latest enterprise Java and Spring based technologies as well as the most advanced tooling available for enterprise OSGi development. STS supports application targeting to local, virtual and cloud-based servers and provides built in support for SpringSource dm Server and tc Server. SpringSource Tool Suite is freely available for development and internal business operations use with no time limits.
Here is how to install it:
- guru's blog
- Login to post comments
- Read more
(Article) JAR, WAR & EAR
Submitted by guru on Thu, 09/10/2009 - 11:19JAR, WAR & EAR
JAR – Java ARchive
It’s a file format based on the ZIP file format and similar to ZIP format this is also used for aggregating many files (many be of different types) into one aggregate file. This aggregate file will have (.jar) extension. Application development using Java uses JAR files for many useful purposes. One of the most common use is to package all the .class files, image files, and other files required by an Applet into a JAR file, so that the download of a single file will have all the components downloaded at the client machine. Otherwise, we would require those many HTTP Connections to individually download each of the components and this will of course be a very tedious and time-consuming effort. Another popular usage is to bundle all the .class files, and other required component files of a typical subsystem into a JAR file and include that JAR file into the CLASSPATH of another Java application which requires the services of that subsystem. The maintenance and deployment becomes very easier in this case.
- guru's blog
- Login to post comments
- Read more
(Article) The Myths of J2EE by Trinisoftinc.wordpress.com
Submitted by guru on Sat, 08/29/2009 - 13:12The Myths of J2EE by Trinisoftinc.wordpress.com
1.J2EE is hard: This is one of the most popular of these myths. The question is J2EE is hard; compared to what? We quickly forget that programming is anything but easy. I started writing Java in 2002/2003. Then I have a number of friends, most of us were VB experts(or addicts depending on who is doing the evaluation). When I deflected and I started learning Java, most of my friends have this same view of J2EE today to Java then. Java is HARD. But today, these guys are .NET/C# Experts, Some have even successfully picked up Functional Languages like erlang. So the thing is, nothing is hard, or difficult. It is our capabilities to handle them that are shallow. The first time I picked up scala, I wrote this post Scala after one week. Today I know better. So J2EE is not hard. It’s the programmer’s capability to handle it that is not top notch. There are several J2EE projects flying around, the guys that built them are neither aliens, nor programmers on steroids.
- guru's blog
- Login to post comments
- Read more
(Event) Sony Ericsson India Recognition Programme Winners
Submitted by guru on Wed, 04/29/2009 - 14:47Event : Sony Ericsson India Recognition Programme Winners
- guru's blog
- Login to post comments
- Read more
(Source Code) Creating Images in a Java Servlet
Submitted by guru on Wed, 04/15/2009 - 09:09Source Code : Creating Images in a Java Servlet
- guru's blog
- Login to post comments
- Read more
(Article) Building Resizable Containers with the Ext JS Library
Submitted by guru on Tue, 04/14/2009 - 13:11Article : Building Resizable Containers with the Ext JS Library
- guru's blog
- Login to post comments
- Read more
(Article) Protecting Web Forms with AJAX
Submitted by guru on Tue, 04/14/2009 - 13:04Article : Protecting Web Forms with AJAX
- guru's blog
- Login to post comments
- Read more
(Article) Data Validation in Java Swing
Submitted by guru on Sat, 04/11/2009 - 13:10Article : Data Validation in Java Swing
- guru's blog
- Login to post comments
- Read more
(Article) Applications Properties in Java
Submitted by guru on Sat, 04/04/2009 - 14:54Article : Applications Properties in Java
- guru's blog
- Login to post comments
- Read more
(How to) Create a Font Dialog With Java
Submitted by guru on Sat, 04/04/2009 - 14:28How to : Create a Font Dialog With Java
- guru's blog
- Login to post comments
- Read more
(Article) Embedding open source search engine
Submitted by guru on Wed, 03/04/2009 - 11:37Article : Embedding open source search engine
- guru's blog
- Login to post comments
- Read more
(Article) C++ vs Java vs Python
Submitted by guru on Wed, 02/25/2009 - 12:38Article : C++ vs Java vs Python
- guru's blog
- Login to post comments
- Read more
(How to) How-to: Write a simple servlet filter
Submitted by guru on Thu, 02/19/2009 - 10:35How to : How-to: Write a simple servlet filter
- guru's blog
- Login to post comments
- Read more
(Programme) Getting ‘javac’ command to work in Windows Vista
Submitted by guru on Thu, 02/19/2009 - 10:21Programme : Getting ‘javac’ command to work in Windows Vista
- guru's blog
- Login to post comments
- Read more


