[ANN] JNBridge Releases Version 1.4 of JNBridgePro, the JAVA-.NET Interoperability Solution
2 Message(s) by 2 Author(s) originally posted in java announce
| From: Wayne Citrin |
Date: Thursday, October 16, 2003
|
JNBridge, LLC, announces the general
availability of JNBridgePro 1.4, the
latest
release of the company's JAVA-.NET
interoperability tool for software
developers, with new
feature s that
support large-scale
application
development.
JNBridgePro enables the
integration of pure JAVA with .NET applications,
while maintaining JAVA's
cross-platform portability and conformance to JAVA
standards. JNBridgePro supports
J2SE or j2ee and the
leading j2ee
application
server s, allowing .NET
code to access j2ee facilities including
EJBs and JNDI.
With this release, JNBridge introduces new
functionality that speeds
development, eases deployment, and provides
fault tolerance.
Key new features and benefits include:
- Support for Continuity of Business (COB) solutions.
An automatic
failover mechanism that enables a
backup JAVA-side server to
take over if the primary server fails.
- Flexible configuration.
Additional JAVA sides can now be specified via an application configuration
file , which eases changes in deployment and configuration.
- Faster proxy assembly.
The
generation of proxy assemblies is faster, by a
factor of 10, making it
practical to
generate proxies for very large JAVA APIs that contain
thousands of
class es.
Availability
JNBridgePro
version 1.4 is available for immediate
download from the
JNBridge web site. See
http://www.jnbridge.com for further information.
Wayne Citrin
____________________________________
Wayne Citrin
JNBridge, LLC
citrin@xxxxxxxxxxx
www.jnbridge.com
Spanning the Worlds of JAVA and .NET
____________________________________
| From: Gang |
Date: Tuesday, October 21, 2003
|
JCMP is a free JAVA class
compress or and JAVA byte code
optimize r (JAVA
class Obfuscator).
It can:
a.. optimize your code by reducing unnessessary load/store and goto
instructions
b.. compress public/protected/private fields/methods to very short names
c.. compress class names to short names
d.. strip inner class information
e.. strip debug information
f.. If the file ends with
extension .war, jcmp will treate it as a war
file.
Available at:
http://www.utdallas.edu/~gxz014000/jcmp/
Please send
bug report, feed back, feature requests to: gzhangx@xxxxxxxxxxx
Thank you
Gang
Next Message: RFD: comp.sys.mac.webobjects