<?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 12:59:43 +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>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>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>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>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>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>
        <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>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>
    </channel>
</rss>
