Java

Java

ComfyJ for Windows 64 bit
Software:Software Development:Java
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 BridgeThis 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: oInvoke any method of a COM object using dynamic method invocation technique.oGet any property of a COM object, including indexed and named ones.oSet 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: oCreate an embedded object using ProgID, CLSID, or from a file. Also, there is an ability to insert an IOleObject into the container. oEmbed 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. oPerform static drawing of an embedded component. oSave/Load an embedded OleObject to/from a file in a special binary format; oDo 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 BridgeThis 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.

Java

ComfyJ for Windows 3264
Software:Software Development:Java
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 BridgeThis 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: oInvoke any method of a COM object using dynamic method invocation technique.oGet any property of a COM object, including indexed and named ones.oSet 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: oCreate an embedded object using ProgID, CLSID, or from a file. Also, there is an ability to insert an IOleObject into the container. oEmbed 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. oPerform static drawing of an embedded component. oSave/Load an embedded OleObject to/from a file in a special binary format; oDo 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 BridgeThis 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.

Java

JNIWrapper for Windows 64 bit
Software:Software Development:Java
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
BarcodeLib Java Barcode with All Symbologies
Software:Software Development:Java
Java library to generate barcode images, supports Linear (1D), Data Matrix
JExcel
Software:Software Development:Java
JExcel is a library for integrating Microsoft Excel into Swing applications and for working with Excel workbooks and worksheets from Java programs.JExcel functionality can be divided into the following main parts:# Automation of an Excel application, workbooks, worksheets, etc.This is the core functionality of the JExcel library that allows working with Excel applications, workbooks, worksheets, ranges and cells.# Embedding a workbook in a Java Swing application.JExcel provides the JWorkbook component that allows embedding an Excel workbook in a Java Swing application as an ordinary Swing component.# Handling Excel workbook or worksheet events.Workbook and Worksheet JExcel classes allow adding listeners for events generated by a workbook or worksheet and event handlers to affect the application behavior. # Working with native peers.Native peers are provided to allow you to add custom functionality based on JExcel.You can also download JExcel or order your evaluation license easily at http://www.teamdev.com/jexcel/downloads.jsf
News Quotes Java Ticker Applet
Software:Software Development:Java
JAVA TICKER APPLET is the perfect browser embedded tool you can enhance your site by showing news and/or stock market quotes in a scrolling ticker tape that you can customize in any way. This ticker can function either as a news ticker or as quotes ticker. By changing an HTML parameter you can make it show either news or stock quotes.
Calendar Component Professional site licence
Software:Software Development:Java
Java Calendar Component is a swing library for date selection.
J2PrinterWorks Source Code Individual License
Software:Software Development:Java
J2PrinterWorks is a Java 2 framework for printing multi-page Swing-based documents. It paginates any sequence of JTextPane, JTable, JTree, JList, JPanel, and/or Component instances printed back-to-back. J2PrinterWorks provides a comprehensive printing solution for the Java platform. It supports the creation and printing of documents defined using Swing components and fully utilizes the capabilities of the Java 2 printing model. Features include headers & footers with rich text, multiple lines, images, date, time, & page numbering, and first & rest-of-pages control. It supports per-Pageable margins, percent and fit-to-page scaling, orientation, centering, borders, horizontal lines, vertical gaps, and page ejects. Printing capabilities include print preview & page setup dialogs, print-to-Image and print-to-file, background and silent printing, print progress events, and the JDK 1.4 support for printer discovery & selection and cross-platform dialogs.J2PrinterWorks works under any JDK 1.2 through 1.6 and comes with complete source code for 25 sample programs. The Free Trial Version prints an Evaluation Use Only notice in the headers and a Thank You page at the end but is otherwise fully functional. It is available in binary or source code versions under individual or site licenses. Licensing is on a per-developer basis with no run-time or distribution royalties.
J2PrinterWorks Text Edition Binary Indiv. License
Software:Software Development:Java
J2PrinterWorks Text Edition is a Java 2 framework for printing multi-page Swing-based documents. It paginates any sequence of JTextPane, JEditorPane, JTextArea, and/or JPanel instances printed back-to-back. J2PrinterWorks provides a comprehensive printing solution for the Java platform. It supports the creation and printing of documents defined using Swing components and fully utilizes the capabilities of the Java 2 printing model. Features include headers & footers with rich text, multiple lines, images, date, time, & page numbering, and first & rest-of-pages control. It supports per-Pageable margins, percent and fit-to-page scaling, orientation, centering, borders, horizontal lines, vertical gaps, and page ejects. Printing capabilities include print preview & page setup dialogs, print-to-Image and print-to-file, background and silent printing, print progress events, and the new JDK 1.4 features of printer discovery & selection and cross-platform dialogs.J2PrinterWorks works under any JDK 1.2 through 1.6 and comes with complete source code for 25 sample programs. The Free Trial Version prints an Evaluation Use Only notice in the headers and a Thank You page at the end but is otherwise fully functional. It is available in binary or source code versions under individual or site licenses. Licensing is on a per-developer basis with no run-time or distribution royalties.
J2PrinterWorks Table Edition Binary Indiv. License
Software:Software Development:Java
J2PrinterWorks Table Edition is a Java 2 framework for printing multi-page Swing-based documents. It paginates any sequence of JTable and/or JPanel instances printed back-to-back. J2PrinterWorks provides a comprehensive printing solution for the Java platform. It supports the creation and printing of documents defined using Swing components and fully utilizes the capabilities of the Java 2 printing model. Features include headers & footers with rich text, multiple lines, images, date, time, & page numbering, and first & rest-of-pages control. It supports per-Pageable margins, percent and fit-to-page scaling, orientation, centering, borders, horizontal lines, vertical gaps, and page ejects. Printing capabilities include print preview & page setup dialogs, print-to-Image and print-to-file, background and silent printing, print progress events, and the JDK 1.4 support for printer discovery & selection and cross-platform dialogs.J2PrinterWorks works under any JDK 1.2 through 1.6 and comes with complete source code for 25 sample programs. The Free Trial Version prints an Evaluation Use Only notice in the headers and a Thank You page at the end but is otherwise fully functional. It is available in binary or source code versions under individual or site licenses. Licensing is on a per-developer basis with no run-time or distribution royalties.
Java free download Keyword
Java Download,Java software,free Java software, Java software free download, download Java