public marks

PUBLIC MARKS from roulian with tag java

03 May 2007

How to Use Tables

by 3 others
This section has been updated to reflect features and conventions of the latest release, JDK 6.0, but it is not yet final. We've published this preliminary version so you can get the most current information now, and so you can tell us (please!) about errors, omissions, or improvements we can make to this tutorial.

Le composant JTable de Swing

Swing est une librairie Java fournie par le JDK ( Java Devellopement Kit). Elle permet la création d'interface graphique complète, souvent associée à Awt dont elle est une évolution. Son avantage principale réside dans sa portabilité accrue puisque les éléments fournies sont dessinés par la librairie elle même et non par le système d'exploitation. Parmi les nombreux éléments proposés par Swing, il en est un des plus intéressants et utiles : la JTable. Cet élément permet la création de table pour le stockage et le tri de données. Cet article a pour but de décrire la création de JTable simple et complexe.

25 April 2007

The Java Turorials

by 10 others
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".

17 April 2007

05 April 2007

Faire un simple client MySQL dans NetBeans

by 1 other
NetBeans possède un bel interface pour se connecter à la DB, mais la plupart des commandes SQL doivent être introduite dans leur entièreté. J'ai fait une application Swing pour l'insertion, et la visualisation des données d'une table de base de données MySQL. Cet exemple est trè simple, disponible pour une table spécifique et sans opération de suppression ou mise à jour. Il devrait être étendu mais le document aurait été plus long et plus compliqué, je suis désolé.

04 April 2007

A Swing Architecture Overview

To build a set of extensible GUI components to enable developers to more rapidly develop powerful Java front ends for commercial applications.

Swing Tutorial in Matisse - Custom Table Models

In real-world applications, however, you're most likely going to define your custom TableModel to do things like access a database. For example, TableDemo.java sets up MyTableModel as an inner class. So how do you get this set up in the IDE?

03 April 2007

Apache Derby

by 1 other
Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Some key advantages include: * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. * Derby is based on the Java, JDBC, and SQL standards. * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution. * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server. * Derby is easy to install, deploy, and use.

Guide de l’environnement netbeans

Ce guide est simplement destiné à fournir quelques repères essentiels pour utiliser diverses possibilités de conception graphique de l’environnement netbeans.

Swing interfaces graphiques sous NetBeans 5.0

Cette application permet au travers d'une interface graphique : * d'ouvrir une connexion vers n'importe quelle base de données au travers du JDBC (moyennant que le driver utilisé se situe dans le classpath spécifié au lancement de l'application) * de fermer cette connexion (pour en ouvrir ultérieurement une autre) * de taper n'importe quelle requête sql dans une zone de saisie texte. o si cette requête est de type query, le resultat (ResultSet) est affiché dans une fenêtre de dialogue (JDialog) à l'aide d'un composant JTable. o si cette requête est de type update, un panneau de dialogue (JOptionPane) indiquant le nombre de lignes modifiées dans la base est affiché. * de modifier les données dans la table et de construire ainsi la requête de mise à jour de la base.

Simplifiez vous JDBC avec Jakarta Commons DbUtils

Au cours de ce tutoriel vous allez apprendre comment l'API Jakarta Commons DbUtils peut vous simplifier l'utilisation de JDBC par l'ajout d'une couche d'abstraction supplémentaire

Trail: Creating a GUI with JFC/Swing

by 1 other
This trail tells you how to create graphical user interfaces (GUIs) for applications and applets, using the Swing components.

27 March 2007

26 March 2007

Using JavaServer Faces Technology with AJAX

The Java 2 Enterprise Edition includes JavaServer Faces technology, which provides a mature and extensible user interface component model. The design of this model makes it easy for application developers to create custom components by extending the standard components included with JavaServer Faces technology and to reuse these components across applications.

Ajax JSP Tag Library

by 14 others
The AJAX Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages. AJAX is primarily rooted in JavaScript. However, many server-side developers do not have an extensive knowledge of client-side programming in the browser. It's much easier in some cases for J2EE developers, especially, to simply add a JSP tag to the page to gain the function desired. This tag library fills that need by not forcing J2EE developers to write the necessary JavaScript to implement an AJAX-capable web form. The tag library provides support for live form updates for the following use cases: autocomplete based on character input to an input field, select box population based on selections made from another field, callout or balloon popups for highlighting content, refreshing form fields, and toggling images and form field states on/off.

14 March 2007

NetBeans Dream Team

NetBeans Dream Team is a community-driven group of highly skilled NetBeans users. They participate at NetBeans developer events, on mailing lists and developer forums, providing new, interesting and informative content as well as developing new and creative ways to promote NetBeans.

08 March 2007

The Java Developers Almanac 1.4

by 1 other
This website supplements the book The Java Developers Almanac 1.4. All the code examples from the book are made available here for you to copy and paste into your programs.

28 February 2007

Jakarta Commons

by 2 others
The Commons is a Jakarta subproject focused on all aspects of reusable Java components.

26 January 2007

Développons en Java avec Eclipse

Ce document fait suite à mon premier didacticiel "Développons en Java". C'est un didacticiel qui se propose de fournir des informations pratiques sur la mise en oeuvre et l'utilisation d'Eclipse et de quelques un de ces nombreux plug-ins. Celui-ci est composé de six grandes parties : 1. les bases pour l'utilisation d'Eclipse 2. le développement en Java 3. les fonctions avancées d'Eclipse 4. le développement avancé avec Java 5. d'autres plug-ins

Eclipse Web Tools Platform Project

by 3 others
The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing J2EE Web applications. The WTP project includes the following tools: source editors for HTML, Javascript, CSS, JSP, SQL, XML, DTD, XSD, and WSDL; graphical editors for XSD and WSDL; J2EE project natures, builders, and models and a J2EE navigator; a Web service wizard and explorer, and WS-I Test Tools; and database access and query tools and models.

roulian's TAGS related to tag java

agilité +   ajax +   apache +   api +   application_server +   article +   community +   continuous integration +   database +   design patterns +   dev +   doc +   flash +   framework +   gui +   ide +   j2ee +   javascript +   mda +   news +   opensource +   php +   python +   rails +   repository +   tutorials +   uml +   unit testing +   web +   web services +   xml +