JCP: Shaping the Next
Chapter The JCP evolves in much
the same way as software:
we gain experience with
the current
implementation, gather
ideas from many sources,
give an initial ordering
to the many ideas, write
a draft, get initial
feedback, write another
d... Nov. 9, 2006 Reads: 12,141 |
Building a Simple
VocabBuilder Application To make a good
impression, one needs to
have a good vocabulary.
Management Professionals,
University Professors, or
GRE/GMAT aspirants - we
all benefit from a decent
set of words in this
competitive world. There
are different ways w... Oct. 22, 2006 Reads: 11,797 Replies: 2 |
AOP, IoC, and OO Design
Patterns Without
Frameworks I'd like to share some of
the design highlights of
a large-scale content
distributing system I
worked on a while back.
Some of the highlights
may seem trivial; some
may be a little more
complicated. To me,
software design is a
ma... Oct. 24, 2006 Reads: 13,550 |
NetBeans Interview with
Tim Cramer Recently I was able to
talk to Tim Cramer,
executive director of
tools at Sun, about
NetBeans. Tim started in
engineering doing
supercomputer compiler
work, moved to more
generalized hardware
compiler work, and
naturally moved to ... Oct. 23, 2006 Reads: 22,035 |
AJAX: The Easy Way Putting AJAX
functionality into your
Web application can be a
daunting task when you're
first learning AJAX.
After all you're a Java
programmer not a
JavaScript programmer. It
can also be very
frustrating having to
learn how the d... Feb. 2, 2007 Reads: 38,396 Replies: 2 |
Java Feature —
Inheritance Hierarchies
in JPA The persistence model
introduced in EJB 3.0 as
a replacement for entity
beans is known as the
Java Persistence API
(JPA). The JPA borrows
from both proprietary and
open source models, such
as Oracle TopLink,
Hibernate, Spring, and
... Oct. 23, 2006 Reads: 17,962 Replies: 1 |
Fault Tolerance with Open
Source and JVM Clustering Many in the Open Source
community (including the
camps following Tomcat,
Geronimo, Struts, Spring,
and Hibernate) have
chosen to focus on
solving problems of
developer efficiency and
software elegance, and
are sometimes forced to
... Nov. 1, 2006 Reads: 10,071 Replies: 1 |
Collecting Financial
Market Data with Java 5 In this article I'll
share my experience in
using the new features in
Java 5 for solving an old
industry problem, the
problem of collecting
constantly published
financial data in
reliable way. The
business case example I'm
going t... Nov. 3, 2006 Reads: 11,916 |
The Perils of Abstraction Abstraction, as defined
on dictionary.com, is
'considering something as
a general quality or
characteristic, apart
from concrete realities,
specific objects, or
actual instances.' It's a
powerful concept that
underpins software reus... Nov. 5, 2006 Reads: 17,462 Replies: 3 |
Java Feature —
Developing an Eclipse
BIRT Report Item
Extension The Eclipse platform is
an Open Source,
integrated system of
application development
tools that you implement
and extend using a
plug-in interface.
Eclipse provides a set of
core plug-ins that
configures the basic
services for the... Oct. 23, 2006 Reads: 20,097 Replies: 1 |
Portable Persistence
Using the EJB 3.0 Java
Persistence API Experience has taught us
that it's not enough to
simply have a persistence
standard as part of an
enterprise specification.
It must be a standard
that can solve people's
problems and be useful to
most of the applications
that want ... Oct. 20, 2006 Reads: 17,249 |