background preloader

Java

Facebook Twitter

General Java Development Learning Trail - NetBeans Tutorials, Guides and Articles. JDeveloper - Official Home Page. JDeveloper 11g R1 Tutorials. Intro. to JDeveloper. Introduction to the JDeveloper IDE This tutorial provides a tour of the major components in the Oracle JDeveloper 11 11.1.1.2.0 IDE, and shows you how they can be used to build a basic Java based application. Approximately 50 minutes. This tutorial covers the following topics: Alternatively, you can place the cursor over an individual icon in the following steps to load and view only the screenshot associated with that step.

You can hide an individual screenshot by clicking it. In the tutorial, you learn how to create a simple Java class. Back to Topic List Before you begin this tutorial, you should: Start JDeveloper by selecting If a dialog box opens asking if you would like to migrate from a previous version of JDeveloper, click . In the Select Role dialog, choose and click . Note: Shaping, which is based on the role of the user, allows the JDeveloper environment to tailor itself. Close the window. Once loaded, the JDeveloper IDE appears. To create an application, perform the following steps:

JavaServer Faces Technology Documentation. Asynchronous JavaScript and XML. AJAX est une méthode utilisant différentes techniques ajoutées aux navigateurs web entre 1998 et 2005, et dont la particularité est de permettre d'effectuer des requêtes au serveur web et, en conséquence, de modifier partiellement la page web affichée sur le poste client sans avoir à afficher une nouvelle page complète. Cette architecture informatique permet de construire des applications web et des sites web dynamiques interactifs.

AJAX est l'acronyme d'Asynchronous JavaScript And XML : JavaScript et XML asynchrones. AJAX combine JavaScript et DOM, qui permettent de modifier l'information présentée dans le navigateur en respectant sa structure, les API Fetch et XMLHttpRequest, qui servent au dialogue asynchrone avec le serveur web, ainsi qu'un format de données (XML ou JSON), afin d'améliorer maniabilité et confort d'utilisation des applications internet riches. Le langage de programmation JavaScript est apparu pour la première fois en 1996, dans le navigateur web Netscape Navigator.