Java

TwitterFacebook
Get flash to fully experience Pearltrees

Java Tip 66: Control browsers from your Java application

Tired of using Java HTML widgets that don't quite work? Use this simple class to control your system's native browser By Steven Spencer, JavaWorld.com, 01/01/99 It's great that Java applets and browsers are so tightly integrated, but what if you want to have your Java application display a URL? There's no API call in any Java package that can help you with that. http://www.javaworld.com/javaworld/javatips/jw-javatip66.html
Programming Center New-to-Java Programming Center Java Platform Overview | Getting Started | Learning Paths | References & Resources | Certification Unraveling Java Technology Terminology JavaServer Pages, JDBC, RMI, JDK--Java technology names and acronyms can be confusing for newcomers and experienced developers. This article defines the most common Java terminology in easy-to-scan, alphabetical order, and provides links for more information and downloads. This list is not a complete list of Sun's products for the Java platform , and is subject to change and updates.. http://www.oracle.com/technetwork/topics/newtojava/unravelingjava-142250.html

Unraveling Java Technology Terminology

http://netbeans.org/kb/articles/javase-deploy.html Contributed by Max Sauer and maintained by Patrick Keegan One question that a lot of beginning programmers have is: "Now that I've created my application in the IDE, how do I get it to work from the command line outside of the IDE." Similarly, someone might ask, "How do I distribute this application to other users without having to give them the whole IDE as well?" The answers to these questions are relatively simple, but not necessarily obvious. This document addresses those questions by taking you through the basics of using NetBeans IDE to prepare your applications for distribution and then deploying those applications. In addition, this document provides information that you might need to configure your system (or which you might need to pass on to the users of your application).

Packaging and Deploying Desktop Java Applications

http://netbeans.org/kb/trails/matisse.html What are Java GUI applications? A Java GUI application uses the standard Java components GUI component set, Swing, and is deployed to the desktop. The GUI Builder in NetBeans IDE enables you to create Java GUI applications visually. JavaFX 2.2 is a major update to the JavaFX platform.

Java GUI Applications Learning Trail - NetBeans Tutorials, Guides and Articles

http://docs.oracle.com/javase/tutorial/uiswing/index.html Also known as The Swing Tutorial This trail tells you how to create graphical user interfaces (GUIs) for applications and applets, using the Swing components. If you would like to incorporate JavaFX into your Swing application, please see Integrating JavaFX into Swing Applications . Getting Started with Swing is a quick start lesson.

Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)

Learn Java for Android Development: Introduction to Java

http://mobile.tutsplus.com/tutorials/android/java-tutorial/ In this tutorial series, you’ll become familiar with Java, the programming language used to develop Android applications. Our goal is to prepare those already familiar with one programming language, such as PHP or Objective-C, to become comfortable working with the Java programming language and dive into Android app development. In this tutorial, you’ll get a brief introduction to Java fundamentals, including object oriented programming, inheritance and more. If you’re new to Java, or just looking to brush up on the details, then this is the tutorial series for you! Getting Started As far as prerequisites go, we’re going to assume you understand how to program (perhaps in PHP, or Visual Basic or C++), but that you are unfamiliar with the specifics of programming in the Java language.
http://www.ibm.com/developerworks/java/tutorials/j-introtojava1/index.html Before you begin Find out what to expect from this tutorial and how to get the most out of it. About this tutorial

Introduction to Java programming, Part 1: Java language basics

JavaScript

Java

http://www.zepy.net/archives/10-free-sites-to-learn-java-online.html Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “write once, run anywhere.” Java is currently one of the most popular programming languages in use, particularly for client-server web applications. And knowing Java can be a lucrative skill to possess in the current computer-and-Internet-focused marketplace. 1.

8 Free Sites to Learn Java Online | Online Tips, Free Download and Review

http://download.oracle.com/javase/tutorial/index.html

The Java™ Tutorials

The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into "trails". The Java Tutorials primarily describe features in Java SE 7. For best results, download JDK 7 .

New to Java Programming Center

Java Basics offers a quick overview and the steps to create a 'Hello, World' program. Get Started provides the resources needed to develop applications with Java technologies Training includes courses, certifications and package information Connect with the millions of existing Java professionals via conferences, blogs and more. Young Developers covers online resources to learn Java application development at any age, as well as a tutorial about Minecraft mods and Java What's New! Oracle's Java Magazine features Java Embedded and Web Service Security Part 3 Pre-Built Developer VM for Enterprise Java Development. TEST YOUR KNOWLEDGE with a series of questions from Herb Schildt: . . http://www.oracle.com/technetwork/topics/newtojava/overview/index.html

Technology Network for Java Developers

Oracle Oracle Technology Network > Java Article Why, Where, and How JavaFX Makes Sense CaptainCasa moved from Swing to JavaFX for front-end infrastructure, explaining that implementing an employee desktop front end with native technology is a valid approach and that JavaFX is a good fit.
In Oracle, SQL, PL/SQL, XML, and Java all interoperate seamlessly in a way that allows developers to mix-and-match the most relevant features of each language. SQL and PL/SQL form the core of Oracle's application development stack. Not only do most enterprise back-ends run SQL, but Web applications accessing databases do so using SQL (wrappered by Java classes as JDBC), Enterprise Application Integration applications generate XML from SQL queries, and content-repositories are built on top of SQL tables. It is a simple, widely understood, unified data model. It is used standalone in many applications, but it is also invoked indirectly from Java (JDBC), Oracle Call Interface (dynamic SQL), and XML (XML SQL Utility). Overview of PL/SQL

SQL, PL/SQL, and Java