TechRepublic Resources
- Aspose.Barcode is a java component for linear and 2D barcodes
- Aspose.BarCode is a Java based visual component for generation & recognition of 1D & 2D barcodes to support Java (JDK 1.4) and web applications. Main features include barcode size & color settings, rotation angle & captions etc. It supports 20+ barcode symbologies like MSI, QR, MacroPDF417, Aztec, Code128, Code11, EAN128,...
- Tags: Programming languages, aspose_seo, Aspose.Barcode, Java, Java component, 2D
- Discussion threads 2007-10-26
Additional Resources
- Secure and Reliable Java-Based Middleware - Challenges and Solutions
- Java and the Java Virtual Machine (JVM) are a predominant programming language and deployment platform for complex, component-oriented systems. In current standard Java runtime systems, the failure of a single component can have significant impacts on other components. In the worst case, a malicious or erroneous component may crash the...
- Tags: Middleware, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-02-05
- Eclipse - Export jar
- Hi!I have currently completed a small programm which runs jasper reports using eclipse 3.2. It works fine in eclipse but exported jar file I get the exception. This happens when only when i want to view report.I am suspecting that the Jasperreports libraries where not bundled in the jar file?...
- Tags: umkenda@..., Eclipse
- Discussion threads 2007-08-22
- Sun Java EE Engine: Bridging Java EE Web Services and JBI Components
- The Sun Java EE Engine is a JSR 208 compliant Java Business Integration (JBI) runtime component that connects Java EE web services to JBI components. It is essentially designed to act as a bridge between the application server and the JBI runtime environment, facilitating interaction between Java EE components and...
- Tags: Sun Microsystems Inc., Sun Java, Sun Java EE Engine, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-06-01
- IP2Location Geolocation java component (ZIP)
- IP2Location Java component that translates IP address to country, city, region, latitude, longitude, ZIP code, ISP and domain name. Developers use this component for projects related to: 1. Display native language and currency; 2. Redirect based on country; 3. Digital rights management; 4. Prevent password sharing and abuse of service;...
- Tags: Credit Card, Sales Channel, Internet Service Providers (ISPs), Digital Rights Management (DRM), Financial Services, Sales, Internet, Security
- Software downloads 2006-05-26
- jvprinter (zip)
- JvPrinter is component especially for java developers who need to add printing function to JAVA application and JAVA applet. It makes dynamic JAVA printing simple, fast, easy, and the most flexible. Features include 100% pure JAVA provide Web printing (JAVA applet) Supports awt TextArea, swing JTextArea, swing JTable, swing JtextPane,...
- Tags: Printing, JvPrinter, Document Management, Programming Languages, Java, Enterprise Software, Software, Finance, Managerial Accounting, Software Development, Software/Web Development
- Software downloads 2005-12-05
- Dynamically Distributable Java Application Components
- Programming in the large needs more than a fine-grained resolution of objects and classes in order to structure an application. The composition of larger reusable components is desirable. Especially the complexity of distributed systems needs to be contained in comprehensible parts, but the programming languages used in production environments nowadays...
- Tags: Java Application, Programming, XParts, Programming Languages, Model Driven Architecture, Java, Development Tools, Middleware, Software Development, Software/Web Development, Ooa/Ood/Oop, Enterprise Software, Software
- White papers
- JChart2D (2)
- An easy to use component for displaying two-dimensional traces in a coordinate system written in Java. JChart2D is a easy to use component for displaying two-dimensional traces in a coordinate system written in Java. JChart2D supports multithreadingm automatic labeling and scaling, trace rendering and viewreports. JChart2D is centered around a...
- Tags: JChart2D, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2007-12-26
- More Enhancements in Java SE 6
- Version 6 of the Java Platform, Standard Edition contains a number of features that make programming with Java technology easier. This paper discusses four new features that allows to set file and directory permissions, obtain the free space and usable space on partitions, add Component objects to the tabs of...
- Tags: Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-01-01
- Java Application Platform SDK: Overview
- Sun Microsystems recently released the Java Application Platform SDK to streamline enterprise application development and improve developer productivity. The SDK also supports the newly released Java Platform, Standard Edition 6 and the latest technologies of the Java Platform, Enterprise Edition 5 (Java EE 5) Specification. This version also introduces a...
- Tags: Java Application, Platform SDK, Sun Microsystems Inc., SDK, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-05-04
- JSFTemplating and Woodstock: Component Authoring Made Easy
- In a recent paper, JSFTemplating was applied to writing JavaServer Faces components. That article presents a simple way to develop a JavaServer Faces component Renderer, moving the markup for a component from Java code to a template file and vastly improving the clarity and maintainability of the component. The approach...
- Tags: JavaServer Faces, Component, Java, Programming Languages, Software Development, Software/Web Development
- White papers 2007-12-01
- JFrameBuilder (zip)
- JFrameBuilder is an easy-to-use visual Java GUI Builder tool for Java Swing applications. It provides the application GUI solution for Java developers. The Java GUI designer enables Java developers to create GUI applications using drag-and-drop interface (such as the Visual Basic IDE style) without spending a lot of time writing...
- Tags: JFrameBuilder, Java GUI Designer, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2005-03-02
- ProxyGen (zip)
- ProxyGen is a high performance, easy to use .NET to Java interoperability tool. It allows your .NET code to access Java object as if they were .NET object. It uses .NET Platform Invoke and JNI to directly access Java VM. Runtime deployment component is free. ProxyGen consists of two components,...
- Tags: ProxyGen, .Net, Application Servers, Middleware, Programming Languages, Java, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2005-08-02
- Integrating Java Open Single Sign-On in Pluto
- This paper shows how to provide single sign-on functionality in Apache's Pluto portlet container. Pluto is the reference implementation of the Java Portlet Specification (JSR 168). Pluto represents a runtime environment for portlets implementing the Portlet API that offers services through portal pages and manages their lifecycle. A portlet is...
- Tags: Portlet, Java, Single Sign-on, Pluto, Portals, Internet
- White papers 2005-02-18
- An Opcode Level Energy Consumption Model for a Java Virtual Machine
- This paper establishes a general framework for estimating the energy consumption of an embedded Java Virtual Machine (JVM). The paper has designed a number of experiments to find the constant overhead of the Virtual Machine and establish an energy consumption cost for individual Java Opcodes. The results show that there...
- Tags: JVM, Energy Consumption, Programming Languages, Java, Software Development, Software/Web Development
- White papers
- Tiffy Toolkit Java Edition (zip)
- Extend your own platform independent application with a compact component for fast viewing, image processing, and printing capabilities for TIFF, BMP, GIF, JPG and PNG images including annotations ("redlining"). Get Java class libraries e.g. for image producers for several formats, handling memory images with packed image data to reduce memory...
- Tags: Image, Printing, Document Management, Java, Programming Languages, Enterprise Software, Software, Finance, Managerial Accounting, Software Development, Software/Web Development
- Software downloads 2005-02-07
- Java SE Application Design With MVC
- Model-View-Controller (MVC) is one of the staples of any GUI programmer's toolkit. This paper discusses how to implement a variation of the MVC design using Java SE and the Swing libraries. In addition, it has demonstrated some common issues that programmers may face when using MVC, as well as listed...
- Tags: Programmer, Programming Languages, Development Tools, Java, Software Development, Software/Web Development
- White papers 2007-03-01
- IBM WebSphere Developer Technical Journal: Building SOA Solutions With the Service Component Architecture - Part 2
- In the first paper of this series of papers, the Service Component Architecture (SCA) was introduced as a programming model for building and assembling integration solutions with an overview of what SCA is, and with definitions of some related terminology. The paper also provided an example of building an SCA...
- Tags: Developer, IBM WebSphere, SOA, Service Component Architecture, IBM Corp.
- White papers 2005-12-07
- 1000 Java Tips (zip)
- One thousand Java Tips is 856 pages of A4 format of Java tips, advises and solutions from real daily Java experience. Quite often updated (330, 500, 850 and finally 1000 Java Tips), this e-book becomes more and more useful for Java developers with 2-6 years experience in this area. Questions...
- Tags: Job, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2005-09-26
- java
- i want to know opinions on java runtime,,is it worth the space,is it needed,i am internet user friendly,but when it comes to the computer programs itself,im kinda lost,,what is the java used for,What is the java used for?Simplistically put: It is a technology that has the programming language as well...
- Tags: Programming languages, ghstwht8@..., Java, runtime
- Discussion threads 2007-03-14
- << Previous
- page 1 of 1
- Next >>