| Publisher: |
TeamDev Ltd.
|
| Date added: |
12-Oct-2007 |
Rating:
|
|
| File size: |
3.60 M
|
| Language: |
English
|
| License: |
Shareware - Time Limit
|
| Price: |
$249.00
|
| Os: |
Windows 98/NT/2000/ME/XP/VISTA
|
| UpdateDate: |
14-Oct-2007 |
| Requirements : |
128MB RAM,10 MB of hard-disk space for program installion.
|
|
|
|
| Information |
|
ComfyJ is a bidirectional Java-COM bridge, which provides COM-to-Java and Java-to-COM interaction. The product allows to integrate with any COM/OLE/OCX/ActiveX libraries and to expose Java objects as COM objects all on pure Java without writing native code. Java-to-COM Bridge This bridge allows a Java application to easily integrate with any COM/OLE/OCX/ActiveX libraries using only the Java programming language and no native code. The major features are: 1. Wrappers for all standard COM interfaces, such as IUnknown, IDispatch etc. 2. Support for standard COM types, such as Variant, SafeArray (single and multidimensional arrays), BStr etc. 3. Support for VTBL method calling mechanism. You can invoke COM object methods using the function index. 4. Automation support enabling you to: o Invoke any method of a COM object using dynamic method invocation technique. o Get any property of a COM object, including indexed and named ones. o Set COM object properties. 5. Support for COM events. You can create a Java COM event handler and connect it to a COM object using a standard (findConnectionPoint/advise) COM technique. 6. Embedding any OLE/OCX/ActiveX controls into a Swing application. ComfyJ provides a special OleContainer class allowing you to: o Create an embedded object using ProgID, CLSID, or from a file. Also, there is an ability to insert an IOleObject into the container. o Embed various OLE/OCX/ActiveX components, such as Internet Explorer, Microsoft Office, Acrobat Reader documents, and various media components such as Windows MediaPlayer, DVD player, QuickTime, ShockwaveFlash etc. o Perform static drawing of an embedded component. o Save/Load an embedded OleObject to/from a file in a special binary format; o Do various kinds of in-place activation, such as SHOW, INPLACEACTIVE etc. 7. DCOM support. ComfyJ allows creating COM object on a remote server. 8. Code Generation application. Using this application, you can generate Java COM wrappers for custom COM objects. Generated classes can be compiled and packed to a JAR file if necessary. COM-to-Java Bridge This bridge enables you to implement and expose Java COM objects as usual COM objects in the Java language without writing native code. The major features are: 1. IUnknownServer Â? Server implementation of the IUnknown COM interface. All custom Java COM objects that implement the IUnknown COM interface can be derived from this class. 2. IDispatchServer Â? Server implementation of the IDispatch COM interface. All custom Java COM objects that implement the IDispatch COM interface can be derived from this class. 3. Ability to create and register custom Java COM classes at run time. This technique is widely used in the implementation of the OleContainer interface and in COM events support. 4. Ability to create any custom COM classes and register them as COM servers in the system registry using a specially designed "Server Manager" application.
|
|
|
| Screenshot |
|
|
|
|
Buy Now mirror site 1 mirror site 2 |
|
| ComfyJ for Windows |
Average user rating:
|
|
|
Showing 0 of 0 reviews
This software version
|
| No opinions. Be the first! |
|
|
|
| More Products from company TeamDev Ltd. (Total 18 software) |
1. QuipuKit
23/Oct/2007 |
Reviewer:
|
| QuipuKit is a JSF library enabling developers to easily build dynamic Web applications. It includes an extended set of JSF components and a validation framework that shifts the traditional JSF validation to the client side.
The library introduces such advanced components as DataTable, TreeTable, Chart, Calendar, etc. providing you with richer functionality and customization capabilities.
With QuipuKit components, you do less coding as most of the features needed to bring interactivity to your Web application are already there:
- AJAX-enabled page updates - When changes occur, only a required amount of data is updated - transparently, and with no page reload.
- Rich and flexible styling - A wealth of styling options to create a desired look-and-feel for any component, using familiar CSS rules.
- Enhanced end-user experience - The use of various DHTML features adds to smoother interaction with application data and to general usability of the Web UI.
- Support for all major browsers - All the QuipuKit components work equally well in Internet Explorer, Firefox, Safari, and Opera.
- Comprehensive documentation - Full coverage of the component functionality, including API and code samples.
The QuipuKit validation framework lets you easily process validation on the client side:
- Client-side support for standard JSF validators - All server-side validation logic of standard JSF validators is now performed on the client side.
- Flexible configuration of validation logic and error presentation - Whatever data users enter, your Web application will be always on guard giving snappy visual feedback on each specific error.
- Additional validators - An extra set of validators lets you ensure correctness of e-mail addresses, passwords, URLs, or custom format input data.
QuipuKit has been highly rated by the editors of 3d2f.com: http://3d2f.com/smartreviews/0-418-quipukit-shape-up-the-content-read.shtml
|
|
2. ComfyJ for Windows
12/Oct/2007 |
Reviewer:
|
| ComfyJ is a bidirectional Java-COM bridge, which provides COM-to-Java and Java-to-COM interaction. The product allows to integrate with any COM/OLE/OCX/ActiveX libraries and to expose Java objects as COM objects all on pure Java without writing native code.
|
|
3. JNIWrapper for Linux
23/Oct/2007 |
Reviewer:
|
| With JNIWrapper, there is no need for you to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write your code in Java language only, and JNIWrapper does the rest.
The main features of JNIWrapper are:
- Invoke any function with any parameters from native code library
- Support for both stdcall and cdecl calling conventions
- Support for many data types including structures, unions and pointers
- Callbacks with any parameters and stdcall or cdecl calling conventions
- Specially tuned for operations with large amounts of complex native-side data
- Extensible architecture allows implementing new data types or customizing existing ones
- Support for thread-safe, truly concurrent function invocation
- Customizable native library searching mechanism
- Completely automatic resource management
- Crashes in native functions are converted to Java exceptions.
JNIWrapper advantages:
- Minimum behind-the-scene operation. Developers can always see what is happening when working with the native-side data.
- High performance. JNIWrapper has been specially tuned for performance, especially in cases where large amounts of data are involved in the interactions.
- Automatic resource management. All resources allocated by JNIWrapper components are released automatically when no longer required.
- Comprehensive support for native function invocation. JNIWrapper supports both stdcall and cdecl calling conventions and all complex C types including structures and unions.
Along with WinPack, a free addition to JNIWrapper, there is no need to learn the native Windows API to use it. WinPack library abilities:
- Access to Windows Registry;
- Windows Decoration;
- Tray icon for Java application.
Hint: This site provides JNIWrapper Cross-Desktop only. You can download platform specific version of JNIWrapper or get evaluation licenses for our libraries at http://www.teamdev.com/jniwrapper/downloads.jsf
|
|
4. JNIWrapper for Linux PPC
23/Oct/2007 |
Reviewer:
|
| With JNIWrapper, there is no need for you to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write your code in Java language only, and JNIWrapper does the rest.
The main features of JNIWrapper are:
- Invoke any function with any parameters from native code library
- Support for both stdcall and cdecl calling conventions
- Support for many data types including structures, unions and pointers
- Callbacks with any parameters and stdcall or cdecl calling conventions
- Specially tuned for operations with large amounts of complex native-side data
- Extensible architecture allows implementing new data types or customizing existing ones
- Support for thread-safe, truly concurrent function invocation
- Customizable native library searching mechanism
- Completely automatic resource management
- Crashes in native functions are converted to Java exceptions.
JNIWrapper advantages:
- Minimum behind-the-scene operation. Developers can always see what is happening when working with the native-side data.
- High performance. JNIWrapper has been specially tuned for performance, especially in cases where large amounts of data are involved in the interactions.
- Automatic resource management. All resources allocated by JNIWrapper components are released automatically when no longer required.
- Comprehensive support for native function invocation. JNIWrapper supports both stdcall and cdecl calling conventions and all complex C types including structures and unions.
Along with WinPack, a free addition to JNIWrapper, there is no need to learn the native Windows API to use it. WinPack library abilities:
- Access to Windows Registry;
- Windows Decoration;
- Tray icon for Java application.
Hint: This site provides JNIWrapper Cross-Desktop only. You can download platform specific version of JNIWrapper or get evaluation licenses for our libraries at http://www.teamdev.com/jniwrapper/downloads.jsf
|
|
5. JNIWrapper Cross-Desktop
23/Oct/2007 |
Reviewer:
|
| With JNIWrapper, there is no need for you to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write your code in Java language only, and JNIWrapper does the rest.
The main features of JNIWrapper are:
- Invoke any function with any parameters from native code library
- Support for both stdcall and cdecl calling conventions
- Support for many data types including structures, unions and pointers
- Callbacks with any parameters and stdcall or cdecl calling conventions
- Specially tuned for operations with large amounts of complex native-side data
- Extensible architecture allows implementing new data types or customizing existing ones
- Support for thread-safe, truly concurrent function invocation
- Customizable native library searching mechanism
- Completely automatic resource management
- Crashes in native functions are converted to Java exceptions.
JNIWrapper advantages:
- Minimum behind-the-scene operation. Developers can always see what is happening when working with the native-side data.
- High performance. JNIWrapper has been specially tuned for performance, especially in cases where large amounts of data are involved in the interactions.
- Automatic resource management. All resources allocated by JNIWrapper components are released automatically when no longer required.
- Comprehensive support for native function invocation. JNIWrapper supports both stdcall and cdecl calling conventions and all complex C types including structures and unions.
Along with WinPack, a free addition to JNIWrapper, there is no need to learn the native Windows API to use it. WinPack library abilities:
- Access to Windows Registry;
- Windows Decoration;
- Tray icon for Java application.
Hint: This site provides JNIWrapper Cross-Desktop only. You can download platform specific version of JNIWrapper or get evaluation licenses for our libraries at http://www.teamdev.com/jniwrapper/downloads.jsf
|
|
| |
|
|
Universal VisioViewer
A Viewer Component for MS Visio XML Documents in a platform_independent way.
|
  |
|
|
SSC to Java/JSP version 3 + 4 (incl SSC to HTML)
Convert an MS Excel workbook into an interactive and calculating JSP-page + JavaBeans.
|
  |
|
|
2D/3D Line Graph Software Applet - Std License
Help Java developers to build and publish dynamic and interactive line charts.
|
  |
|
| |
|