Java-Channel this week -- February 6, 2004
=================================================================
In this issue
1. The Servlet API and NIO: Together at last
2. Using JUnit With Eclipse IDE
3. File format identification library
4. JQuantity
5. Acquire, Save, and Upload Images with JTwain v8.2
6. JTGL
7. DualRpcServer
8. XQuark Bridge
9. XQuark Fusion
10. JWacom
11. Adding Users to a Microsoft ActiveDirectory via LDAP/JNDI
12. Accessing Windows Certificates from Java
13. Debug Tracer
14. Distributed transactions with WS-AtomicTransaction and JTA
15. The WARS Architectural Style
Member reviews on other resources:
1. XQEngine (XML Query Engine) v0.61 (5/5)
2. Very good (4/5)
3. JACK Clarification (5/5)
=================================================================
1. The Servlet API and NIO: Together at last
Categories: Articles , New I/O , Servlets
by Olivier Dedieu - rating: 1/5
Think it's impossible to combine NIO and the Servlet API? Think
again. In this article, Java developer Taylor Cowan shows you how to
apply the producer/consumer model to consumer nonblocking I/O, thus
easing the Servlet API into a whole new compatibility with NIO. In
the process, you'll see what it takes to build an actual...
http://www.java-channel.org/display.jsp?id=c_16865
2. Using JUnit With Eclipse IDE
Categories: Articles , Eclipse , JUnit
by Olivier Dedieu - rating: 1/5
Test-driven development principles call for writing the tests before
writing any code. Alexander and Olexiy Prohorenko demonstrate how
this approach can be used with the JUnit testing tool and the
Eclipse
IDE.
http://www.java-channel.org/display.jsp?id=c_16864
3. File format identification library
Categories: Product , File Format , LGPL
by Olivier Dedieu - rating: 1/5
This library identifies file format from their content. It works
with
magic numbers, like Unix =file= command.
http://www.java-channel.org/display.jsp?id=c_16850
4. JQuantity
Categories: Product , Math / Science
by Jean-Philippe Encausse - rating: 1/5
JQuantity is a framework of classes for developing mathematical and
scientific calculations which are either precise or have known
precision. The classes in the framework are based on the
java.math.BigInteger class and thus are not limited in size or
precision. Rational numbers are stored as ratios, transcendental...
http://www.java-channel.org/display.jsp?id=c_16849
5. Acquire, Save, and Upload Images with JTwain v8.2
Categories: JMF , Jini , Applets , Graphics , Other tools , Plugin /
Add-on , Java2D , JAI
by jack - rating: 1/5
Image Acquisition from Any Kinds of Digital Cameras and Scanners
with
Java. With JTwain, you can access, control any kinds of digital
cameras and scanners from Java. Image acquisition has been made
extremely easy by this JTwain package. Some features of JTwain are:
Simple Yet Powerful Image Acquisition: JTwain provides you a set
of...
http://www.java-channel.org/display.jsp?id=c_16847
6. JTGL
Categories: Product , Graphics , LGPL
by Olivier Dedieu - rating: 1/5
JTGL is a graphic foundation framework to provide a common view of a
graphics/gaming subsystem over already deployed public Java APIs
such
as AWT, Java2D, J2ME, MIDP, and propietary mobile phone APIs.
http://www.java-channel.org/display.jsp?id=c_16838
7. DualRpcServer
Categories: Product , BSD License , RPC
by Olivier Dedieu - rating: 1/5
DualRpcServer is a Java RPC framework for bi-directional method
calls
between client and server. No RMI stubs or J2EE remote interfaces
are
needed. It is compatible with Java Web Start for deploying and
maintaining applications on hundreds of workstations.
http://www.java-channel.org/display.jsp?id=c_16837
8. XQuark Bridge
Categories: Product , XML Quering , LGPL
by Olivier Dedieu - rating: 1/5
XQuark Bridge expands existing relational database functionalities
with advanced XML import/export capabilities. It supports flexible
extraction and publishing of relational data into any target XML
format, using the XQuery language. Using a powerful mapping
language,
it can also perform efficient insertion of structured XML data
into...
http://www.java-channel.org/display.jsp?id=c_16835
9. XQuark Fusion
Categories: Product , XML Quering , LGPL
by Olivier Dedieu - rating: 1/5
XQuark Fusion provides an implementation compatible with XQuery and
applicable to heterogeneous data distributed accross the enterprise.
It is a middleware that wraps multiple and heterogeneous data
sources
(including XML documents and relational databases) into collections
of XML documents, which can then be queried using XQuery. XQuark...
http://www.java-channel.org/display.jsp?id=c_16834
10. JWacom
Categories: Product , Natives , Open Source License , Linux
by Olivier Dedieu - rating: 1/5
JWacom is a Java library for accessing properties of Wacom tablets.
The library uses native methods; currently only Linux is supported.
The library provides functions to query the device state, and event
listeners to listen for Wacom events.
http://www.java-channel.org/display.jsp?id=c_16833
11. Adding Users to a Microsoft ActiveDirectory via LDAP/JNDI
Categories: Articles , JNDI
by Jean-Philippe Encausse - rating: 1/5
Apparently, it isn't that terribly difficult to add users to an MS
AD
via LDAP; you just have to set the right attributes, and MS AD will
do the rest and set sensible defaults for the other attribs.
http://www.java-channel.org/display.jsp?id=c_16827
12. Accessing Windows Certificates from Java
Categories: Articles , Security , Windows
by Jean-Philippe Encausse - rating: 1/5
MS-Windows stores certificates and private keys in a registry-based
certificate store which are accessed by applications such as IE,
Outlook Express, MS-Outlook and so on. MS CryptoAPI lets any WIndows
application to access these certificates.
http://www.java-channel.org/display.jsp?id=c_16826
13. Debug Tracer
Categories: Product , JPDA
by Olivier Dedieu - rating: 1/5
Debug Tracer is an XML-based scripting tool for debugging, tracing,
and monitoring the JavaTM Virtual Machine (JVM). It is useful for
debugging problems quickly, almost "real-time," when a number of
problems manifest themselves. The tool does not require any
modification to code and can be used to monitor not only the...
http://www.java-channel.org/display.jsp?id=c_16823
14. Distributed transactions with WS-AtomicTransaction and JTA
Categories: Articles , JTA
by Olivier Dedieu - rating: 1/5
The aim of this article is to introduce Web Services Transaction
(WS-Transaction) concepts and its interaction with transaction
services, specifically the J2EE transactional model, Java
Transaction
API (JTA).
http://www.java-channel.org/display.jsp?id=c_16819
15. The WARS Architectural Style
Categories: Articles , Servlets
by Olivier Dedieu - rating: 1/5
In December, N. Alex Rupp tore down the idea of MVC as a design
pattern for servlet architectures. Now, as an alternative, he offers
Workflow, Action, Representation and State, or WARS.
http://www.java-channel.org/display.jsp?id=c_16818
Member reviews on other resources
1. XQEngine (XML Query Engine) v0.61
about XQEngine (XML Query Engine) v0.61
by martin maguire - rating: 5/5
Spot on - ability to scrape through xml files and get results quick.
http://www.java-channel.org/display.jsp?id=c_16861
2. Very good
about RedHat Source-Navigator IDE
by Sohail Somani - rating: 4/5
Very good for learning about an existing project and refactoring
Xref
is a blessing.
http://www.java-channel.org/display.jsp?id=c_16829
3. JACK Clarification
about JACK - Java All Class reference Kit
by Goldy - rating: 5/5
JACK is quite different from traditional HTML Java docs. JACK is
much
faster because it has all the keyboard shortcuts you require. It
does
not require a "back" button because each package opens in a separate
internal window. Other advantage of using JACK is quick referece.
Consider JTable which is known to have maximum number of methods....
http://www.java-channel.org/display.jsp?id=c_16798
=================================================================
Received on Mon Feb 9 12:49:00 2004
This archive was generated by hypermail 2.1.8 : Thu Dec 30 2004 - 23:07:45 UTC