Home

Submit

Source

Feeds

Home » Java » Getting Started ::

Java Getting Started
Topics Covered: 1. Converting Images to BMP/WMBP 2. Pooling Threads to Execute Short Tasks (These tips were developed using the Java 2 Platform Standard Edition Development Kit 5.0 (JDK 5.0).
Related Tutorials
Java JSP and Servlets
Tunneling through the corporate network
Java / JSP and Servlets
The corporate firewall is a double-edged sword. It helps prevent unauthorized access to the corporate Web services, but can disable access for legitimate clients. Due to the number of safety measures taken by system administrators, HTTP has become the universal entry mechanism to the corporate network. Where technologies such as CORBA and DCOM have failed because of the firewall, technologies such as SOAP have been developed to provide safe and reliable access through firewall protection. In this article, we will explore an alternative to SOAP, the use of Java objects over HTTP.

Site: www-128.ibm.com Report - View Tutorial

Java Getting Started
Struts
Java / Getting Started
Struts is a open source framework which make building of the web applications easier based on the java Servlet and JavaServer pages technologies.

Site: www.allapplabs.com Report - View Tutorial

Java JSP and Servlets
Using XML and JSP together
Java / JSP and Servlets
XML and JSP are two of the hottest buzzwords these days. This article shows how you can use these two technologies together to make a dynamic Website. You also get a look at code examples for DOM, XPath, XSL, and other Java-XML techniques.

Site: www.javaworld.com Report - View Tutorial

Java General Development
JT-Java Trainer
Java / General Development
Java Trainer (JT) is for students who intend to learn Java , C#(or C++ for that matter). It is a simple programming system in a web page (no install), with a language close to C and Java, but cut-down.

Site: www.mikeparr.info Report - View Tutorial

Java Getting Started
Exploiting ThreadLocal to enhance scalability
Java / Getting Started
The ThreadLocal class appeared with little fanfare in version 1.2 of the Java platform. While support for thread-local variables has long been a part of many threading facilities, such as the Posix pthreads facility, the initial design of the Java Threads API lacked this useful feature. Further, the initial implementation was quite inefficient. For these reasons, ThreadLocal gets relatively little attention, but it can be very handy for simplifying the development of thread-safe concurrent programs. In this third installment of Threading lightly, Java software consultant Brian Goetz examines ThreadLocal and offers tips for exploiting its power.

Site: www-128.ibm.com Report - View Tutorial

Java Getting Started
Beginner Java Tutorial
Java / Getting Started
Java programming language (object-oriented) is developed by Sun Microsystems. Java is a simple, scalable, general purpose object oriented programming language. This is a beginner java tutorial website covering java basics along with java source code.

Site: www.beginner-java-tutorial.com Report - View Tutorial

Java Getting Started
Java/Introduction to Java
Java / Getting Started
This section introduces you with JAVA. Java is an Object Oriented Programming similar to C++ and Smalltalk. But JAVA is platform independent and follows the principle of WORA ( Write Once and Run Anywhere). It is unlike C, C++ which means that you write a JAVA program and compile it only once and run it on any operation system be it Windows, Linux, Solaris etc. If we talk about C++ then it is not all platform independent because needs to be compiled on each operation system in order to execute the program on different operation system. We will discuss this in detail in section Java Virtual Machine that how it achieve such a platform independence where as C, C++, FORTRAN, VB, VC++ and many others.

Site: www.meshplex.org Report - View Tutorial

Java Getting Started
Java as a useful Platform
Java / Getting Started
A brief introduction of Java for getting ready to start programming with Java.

Site: www.geekpedia.com Report - View Tutorial

Java Miscellaneous
The Java Game Development Tutorial
Java / Miscellaneous
You should be already able to program in Java, although you don't have to be a expert! The tutorial will give you a very detailed introduction into the development of online games using Java. We will talk about Java Applets because everyone has a Internet browser, so everyone is able to play these games without installing the JDK!.

Site: javaboutique.internet.com Report - View Tutorial

Java JSP and Servlets
Dynamic Web-based data access using JSP and JDBC technologies
Java / JSP and Servlets
This article discusses using the JSP and JDBC technologies to integrate static, dynamic, and database content in Web sites.

Site: www-128.ibm.com Report - View Tutorial

Java Getting Started
Weighing in on Java native compilation
Java / Getting Started
Java native compilation would surely topple the JVM, taking with it the Java platform's hard-fought platform independence. But even with its growing popularity and the increasing number of native compilers on the market, native compilation has a way to go before it poses a real threat to Java code's portability.

Site: www-128.ibm.com Report - View Tutorial

Java Miscellaneous
Jikes Bytecode Toolkit
Java / Miscellaneous
A 100%-Java class library that enables Java programs to create, read, and write binary Java class files.

Site: www.alphaworks.ibm.com Report - View Tutorial

Java Miscellaneous
Bridging the gap to COM
Java / Miscellaneous
One of the strengths of the Java platform is its object-oriented nature; one of the benefits of object-oriented languages is that they aid code reuse. But what if you're a Java programmer and you want to reuse code that wasn't written in the Java language? With Bridge2Java, an IBM alphaWorks technology, Java developers can integrate COM objects into their applications.

Site: www-128.ibm.com Report - View Tutorial

Java Miscellaneous
Launching a browser from Java
Java / Miscellaneous
This tutorial shows how to launch a web browser from a Java applet and from a Java application.

Site: www.codebeach.com Report - View Tutorial

Java Miscellaneous
The Jxta command shell
Java / Miscellaneous
Project JXTA is a community-run attempt to build a utility application substrate for peer-to-peer applications. The initial reference implementation of JXTA includes a command-line shell that allows experimentation with the core JXTA platform without programming. In this second installment in a three-part series, Sing Li takes us through a hands-on tour of the JXTA shell. You'll explore its command set and extend its capability by writing your own custom commands using the Java programming language.

Site: www-128.ibm.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement