<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://cyrille.giquello.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Cyrille Giquello</title>
        <description></description>
        <link>https://cyrille.giquello.fr/</link>
        <lastBuildDate>Wed, 10 Jun 2026 14:14:01 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://cyrille.giquello.fr/_media/wiki/dokuwiki.svg</url>
            <title>Cyrille Giquello</title>
            <link>https://cyrille.giquello.fr/</link>
        </image>
        <item>
            <title>play_framework_old</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/play_framework_old</link>
            <description>Play! framework (old page)

The Playframework makes it easier to build Web applications with Java.

Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RESTful architectures.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Dec 2015 00:16:52 +0000</pubDate>
        </item>
        <item>
            <title>play_framework</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/play_framework</link>
            <description>Play! framework

The High Velocity Web Framework For Java and Scala : www.playframework.org

C&#039;est le Symfony (Php) de Java ! Ce framework n&#039;est pas basé sur J2EE, il embarque directement sont serveur (Netty).

Play Framework is the High Velocity Web Framework for Java and Scala. Play is based on a lightweight, stateless, web-friendly architecture. Built on</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 05 Nov 2016 12:37:05 +0000</pubDate>
        </item>
        <item>
            <title>librairies</title>
            <link>https://cyrille.giquello.fr/informatique/java/librairies</link>
            <description>Librairies Java

Voir aussi:

	*  Documentation Java
	*  Frameworks Java.
	*  Sélection d&#039;APIs sur developpez.com

File format

Microsoft Documents

Apache POI

&lt;http://poi.apache.org/&gt;

the Java API for Microsoft Documents. Voir la Apache POI - Component Overview pour la liste des formats “Microsoft Office” supportés (97-2003-2007, 2007+, OOXML ...)

	*  Tutoriel pour extraire des données depuis une feuille Excel, les transformer et les sauvegarder : utilisation d&#039;Apache POI par Marc AUTRAN 201…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 26 Aug 2016 12:22:20 +0000</pubDate>
        </item>
        <item>
            <title>play_1.2_bugs</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/play_framework/play_1.2_bugs</link>
            <description>Playframework bugs

Play 1.2: call merge() save entity

2011-04-15


public class Essais02 extends Controller {
	public static void index() {
		Logger.debug(&quot;Person count %d&quot;, Person.count());

		Person p = new Person();
		p.name = &quot;blabla&quot;;

		p.merge();
		...</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Dec 2015 00:16:52 +0000</pubDate>
        </item>
        <item>
            <title>frameworks</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks</link>
            <description>Java Frameworks

Voir aussi:

	*  Librairies Java
	*  Documentation Java

Frameworks

Metawidget

&lt;http://metawidget.org/&gt;

Metawidget is a smart User Interface widget that populates itself, at runtime, with UI components to match the properties of your business objects.

Metawidget does this without introducing new technologies. It inspects your existing back-end architecture (such as JavaBeans, existing annotations, existing XML configuration files) and creates widgets native to your existing …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 03 Jul 2016 08:15:34 +0000</pubDate>
        </item>
        <item>
            <title>tips</title>
            <link>https://cyrille.giquello.fr/informatique/java/tips</link>
            <description>Java Tips

Plein de choses interressantes dans le livre “Killer Game Programming in Java”. Des extraits de chapitres et de codes: &lt;http://fivedots.coe.psu.ac.th/~ad/jg/index.html&gt;.

&lt;http://filthyrichclients.org/&gt; Le bouquin de Romain Guy &amp; Chet Haase. In Filthy Rich Clients, we explain how to create filthy rich effects in your applications, from the fundamental graphics,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 16 Jun 2023 08:02:05 +0000</pubDate>
        </item>
        <item>
            <title>drag_drop</title>
            <link>https://cyrille.giquello.fr/informatique/java/tips/drag_drop</link>
            <description>Java Drag &amp; Drop

	*  &lt;http://www.java2s.com/Code/Java/JDK-6/DropModeON.htm&gt;
	*  How to drag and drop with Java 2, Part 1, How to drag and drop with Java 2, Part 2

Essais

Dans la méthode canImport() du javax.swing.TransferHandler voici les DataFlavor obtenus (support.getDataFlavors()):


for (java.awt.datatransfer.DataFlavor df : support.getDataFlavors()) {
 System.out.println(df.getHumanPresentableName() + &quot; - &quot; + df.getMimeType()+&quot; - &quot;+df.getSubType() + &quot; - &quot; + df.getDefaultRepresentationCla…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>openjdk</title>
            <link>https://cyrille.giquello.fr/informatique/java/openjdk</link>
            <description>OpenJDK

Trucs &amp; astuces

OpenJDK 1.8 pour Ubuntu 12.04 LTS et 14.04 LTS

OpenJDK 8 a été livré en mars 2014. Il est disponible dans les distributions Ubuntu 14.10 and Ubuntu 15.0.

Pour le rendre disponible pour Ubuntu 12.04 LTS et 14.04 LTS il faut ajouter le PPA</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 27 Dec 2015 12:10:20 +0000</pubDate>
        </item>
        <item>
            <title>akka</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/akka</link>
            <description>Akka

Scalable real-time transaction processing.

Build powerful concurrent &amp; distributed applications more easily. Akka is a toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.

&lt;http://akka.io&gt;

	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 27 Dec 2015 13:26:46 +0000</pubDate>
        </item>
        <item>
            <title>spring_framework</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/spring_framework</link>
            <description>Spring Framework

&lt;http://spring.io&gt;

Doc

	*  Spring-Boot 1.3.2
	*  spring-framework-reference
	*  Spring Data:
		*  data-jpa
		*  Sprint Data REST (@RepositoryRestResource, @Projection, ...)
			*  spring-data-rest Reference
				*  Basic settings for Spring Data REST: basePath, defaultPageSize, sortParamName ...

			*  spring-data-rest Getting started
			*  Spring Data REST and Projections



Hébergement sur le web;

	*  Heroku

Tips

Dependencies injection</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Mar 2019 18:34:32 +0000</pubDate>
        </item>
        <item>
            <title>jdbc</title>
            <link>https://cyrille.giquello.fr/informatique/java/librairies/jdbc</link>
            <description>JDBC

Tips

MySQL Replication

Starting with Connector/J 3.1.7, we&#039;ve made available a variant of the driver that will automatically send queries to a read/write master, or a failover or round-robin loadbalanced set of slaves. To enable this functionality, use the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>documentation</title>
            <link>https://cyrille.giquello.fr/informatique/java/documentation</link>
            <description>Documentation Java

	*  Aperçu du langage Java sur Wikipedia &lt;http://fr.wikipedia.org/wiki/Java_&gt;(langage)#Le_langage
	*  Le didactitiel de Jean-Michel Doudoux
		*  Ch.3 “La syntaxe et les éléments de bases de Java” &lt;http://www.jmdoudoux.fr/java/dej/chap-syntaxe.htm&gt;
		*  Ch.4 “la POO” &lt;http://www.jmdoudoux.fr/java/dej/chap-poo.htm&gt;

	*  Les cours et tutoriels de Serge Tahé

Les collections

	*  &lt;http://fr.openclassrooms.com/informatique/cours/apprenez-a-programmer-en-java/les-differents-types-d…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 23 Feb 2018 13:07:55 +0000</pubDate>
        </item>
        <item>
            <title>jexcelapi</title>
            <link>https://cyrille.giquello.fr/informatique/java/librairies/jexcelapi</link>
            <description>JExcelApi

	*  &lt;http://jexcelapi.sourceforge.net/&gt; (Last Update 2009-10-26)

Tips

	*  Locking cells in a JXL-generated Excel document
	*  data validation field in excel

Nommer un range


jxl.write.WritableWorkbook.addNameArea(
 java.lang.String name, // name to be created.
 WritableSheet sheet,   // sheet containing the name
 int firstCol,          // first column this name refers to.
 int firstRow,          // first row this name refers to.
 int lastCol,           //  last column this name re…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
    </channel>
</rss>
