On ZDNet: Why my kid hates Linux
22 Resources for

java platform

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Smart Cards: A PrimerDevelop on the java platform of the Future
This article, the first in a new Java Developer series on smart cards, will introduce you to smart card hows and whys. All you need is a smart card, a card reader, and software that lets you communicate with the card, and you can begin developing a real-world application. This...
Tags: Java Platform, Smart Card, Java, Smart Cards, Authentication/Encryption, Digital Security, Security
White papers
java platform Update: Roadmaps & Big Directions
This webcast will provide a high level overview of key Java platform directions for Java 2 Platform, Standard Edition (J2SE), Java 2 Platform, Enterprise Edition (J2EE), and Java 2 Platform, Micro Edition (J2ME).
Tags: Java Platform, Java 2, Java, Programming Languages, Software Development, Software/Web Development
Webcasts
SavaJe: The Definitive java platform for Next-Generation Mobile Phones
SavaJe's complete mobile Java solution features multimedia (MP3, MPEG4), wireless messaging (MMS, IM), and advanced 3D graphics (games, user interface). The SavaJe OS was developed and optimized initially for Intel Personal Internet Client Architecture (Intel PCA) processors. With the introduction of the Intel PXA27x processor family, SavaJe was able to...
Tags: Java Platform, Processor, Multimedia, Intel Corp., SavaJe, Java, Programming Languages, Software Development, Software/Web Development
Case studies
Overview of Java Technology on the Solaris Platform
The Java platform is an established enterprise technology that can be found in a range of hardware, from the smallest of cell phones to the largest deployments of Sun Fire 15K servers with 106 UltraSPARC processors. This paper provides an introduction to the Java platform for those already well versed...
Tags: Java Platform, Sun Microsystems Inc., Sun UltraSPARC, Java Technology, Sun Solaris, Java, Programming Languages, UNIX, Operating Systems, Servers, Processors, Software, Software Development, Software/Web Development, Hardware, Semiconductors, Components
White papers
Creating Extensible Applications With the java platform
An extensible application is one that the user can extend easily without modifying its original code base. One can enhance its functionality with new plug-ins or modules. Developers, software vendors, and even customers can add new functionality or Application Programming Interfaces (APIs) by simply adding a new Java Archive (JAR)...
Tags: Java Platform, Application, Java, Programming Languages, Software Development, Software/Web Development
White papers 2007-09-01
Print on all java platforms with JPS
mobile supports this specificationi don't find any mobile supports JPS till time.is it in the road map or any vendor has provided implementation.
Tags: Advertising & Promotion, faisalahmed91@..., JPS, mobile, Java Platform, Java
Discussion threads 2007-11-23
java platform Invoke API (Demo version) (zip)
Java Platform Invoke API (Demo version) for MS Windows. Enables Java code to call native functions implemented in dynamic link libraries (DLLs) like in Microsoft .NET Framework. Written for JSE 1.5.x and later. Version 1.00.04 includes enhanced marshaling for native function parameters.
Tags: Java Platform, API, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-07-06
JRuby and the java platform
This paper gets one started using JRuby and the Java platform. It shows how to set up JRuby, explains the basics of using JRuby scripts with Java applications and the NetBeans integrated development environment (NetBeans IDE), and provides links to help a person learn more. Also, the Getting Started section...
Tags: Java Platform, IDE, Sun NetBeans, Java, Ruby On Rails, Programming Languages, Java Development Tools, Development Tools, Software Development, Software/Web Development, Web Development
White papers 2007-06-01
Understanding the Java security model
The Java security model, introduced in Java 2, is the basis of highly secured and distributed enterprise Java applications. Peter Mikhalenko explores the architecture of this model. The Java security model, introduced in Java 2, is the basis of highly secured and distributed enterprise Java applications. The...
Tags: Security Manager, Java, Peter V. Mikhalenko, Programming languages, Java 2 security platform, byte code, security, Java Tips Newsletter, Java Platform, Sun Microsystems Inc., Java Security Technology, Java Cryptography Architecture, Java Secure Socket Extension, Software Development, Software/Web Development
Technical articles 2007-04-18
The Role of Mobile Operators and the java platform in the Machine-to-Machine Market
The ever-broadening geographic coverage of wireless data networks is stimulating the growth of a new generation of Machine-to-Machine (M2M) applications. M2M devices use integrated radios to exchange data with other machines over existing cellular networks. Once the domain of remote telemetry devices using expensive satellite or fixed-frequency radios, now virtually...
Tags: Java Platform, M2M, Mobile, Java
White papers 2006-03-01
Print on all java platforms with JPS
Java Print Service (JPS) allows you to print even on very size-limited platforms such as J2ME; it also supports standard Java 2D graphics. Learn how to organize printing with this API. Java Print Service (JPS), introduced in JDK 1.4, is an API intended for printing on all...
Tags: Java Platform, Java Print Service, Java, Peter V. Mikhalenko, Programming languages, Print Job, Java Tips Newsletter, Job, Printer, Printing, DocFlavor Class, PrintRequestAttributeSet, Document Management, Printers, Enterprise Software, Software, Finance, Managerial Accounting, Software Development, Software/Web Development, Hardware, Peripherals
Technical articles 2007-01-17
Scripting for the java platform
The Java platform provides rich resources for both desktop and web application development. However, using those resources from outside the platform has been impractical unless a person resorts to proprietary software solutions. No industry standard has defined or clarified how developers can use Java class files from other programming languages....
Tags: Java Platform, Java, Programming Languages, Software Development, Software/Web Development
White papers 2006-07-01
Debug your Java code with ease using JPDA
The Java Platform Debugger Architecture (JPDA) helps developers debug a running Java application in all situations. Peter V. Mikhalenko explains how this technology works and discusses some practical aspects of its usage. Debugging a Java program can be really boring, especially when it's not easy to get access...
Tags: Java Platform, Java Platform Debugger Architecture, Java Debug Interface, Java, Peter V. Mikhalenko, Programming languages, debugger, Java Tips Newsletter, Back-end, Sun Microsystems Inc., Connector, JVMTI, VM, Java Debug Wire Protocol, Debugger Application, Communications Channel, Software Development, Software/Web Development
Technical articles 2006-11-30
Observability Using java platform, Standard Edition 6, and Solaris OS
Java Platform, Standard Edition (Java SE) 6, code named "Mustang," is the latest Java SE release under development. Many observability improvements are found in Java SE 6 software. While most of these are applicable for all platforms, a few of these enhancements are specific to the Solaris Operating System, in...
Tags: Java Platform, Operating System, Sun Solaris, Programming Languages, Java, UNIX, Operating Systems, Servers, Software, Software Development, Software/Web Development, Hardware
White papers 2006-05-01
Design your Java applications to be more accessible with JAAPI
Did you know that you can use a rich palette of accessibility tools to make your Java application more accessible to users with disabilities? Learn how to incorporate the Java Accessibility API (JAAPI) in your application development work. The Java platform is becoming increasingly popular for developing desktop...
Tags: Java Platform, JAAPI, AccessibleContext, Java, Peter V. Mikhalenko, Programming languages, Accessibility API, Java application, assistive technology, Java Tips Newsletter, Method, Component, EventQueueMonitor, Bridge, GNOME Accessibility Architecture, Software Development, Software/Web Development
Technical articles 2006-10-04
Customize Your JList Display
The Java platform's Java Foundation Classes/Swing (JFC/Swing) components are a complete package of Graphical User Interface (GUI) widgets. By using Swing components, one can create rich, easy-to-use GUIs in the applications. Using these components can greatly improve the application's user-friendliness. This paper focuses on one component, the javax.swing.JList object, and...
Tags: Java Platform, Component, GUI, Java, Programming Languages, Software Development, Software/Web Development
White papers 2005-11-01
A Service Management Facility for the java platform
This paper describes a service management facility tailored to the Java platform. The facility's major benefit is automated reaction to a failure of a service: it is promptly restarted, along with other impacted services. In addition to the potential improvement to such availability metrics as mean time to repair, the...
Tags: Facility, Java Platform, Service Management, Java, It Services
White papers 2005-04-19
Migrating to Symbian OS From Java
Until recently, Spoon Interactive Arts, located in Manila, Philippines, had developed mobile games exclusively for the Java platform. When informed by a local carrier about significant download activity for a fighting game using Java MIDP 1.0, however, the company's business director suggested development of a similar yet more advanced concept....
Tags: Java Platform, Operating System, Symbian Inc., Symbian OS, Games, Programming Languages, Java, Operating Systems, Software, Personal Technology, Software Development, Software/Web Development
White papers 2005-04-01
Java.net: A Community for Everyone
Java.net is popular for its open source projects, such as the JOGL API Project, NetBeans, JXTA, and Project Looking Glass. These projects attract developers who are experienced in working on the Java platform. From this, it's easy to get the impression that java.net is not for developers new to the...
Tags: Developer, Java Platform, Java.net, Java, Programming Languages, Software Development, Software/Web Development
White papers 2004-08-01
Java reference objects make caching easy
Java provides a way for the programmer to exercise control over memory management by marking certain objects as expendable via reference objects. Should an application’s memory requirements quickly increase, the garbage collector is free to collect any objects that can only be reached through reference objects—also known as weak references—and...
Tags: Programming languages, Java, Alexandre Pereira Calsavara, weak reference, queue
Technical articles 2003-03-14

Featured White Paper

Endpoint and perimeter malware guide

Content Types

Case studies (1 results)
Discussion threads (1 results)
Software downloads (1 results)
Technical articles (7 results)
Webcasts (1 results)
White papers (11 results)

Refining Tags

Java (22 results)
Software/Web Development (15 results)
Software Development (15 results)
Programming Languages (15 results)
Peter V. Mikhalenko (4 results)
Software (4 results)
Java Tips Newsletter (4 results)
Sun Microsystems Inc. (3 results)
Hardware (3 results)
Operating Systems (3 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


TechRepublic's E-mail Usage Policy
Numerous studies indicate that personal e-mail use at work is a leading cause of lost productivity. In addition, personal e-mail use can introduce vir ...
Buy Now
Microsoft Access Intermediate Skills
This Microsoft Access - Intermediate Skills presentation provides a preformatted presentation for helping staff better leverage the database applicati ...
Buy Now