it easier to build Web applications with Java.\\
Finally a Java framework made by Web developers. Disc... 51,21.643066&z=6|Google map des players]]
**=> [[informatique:java:frameworks:play_framework:play_1.2... lides de présentation]] en français
* [[http://linsolas.developpez.com/articles/java/play/guide/|Dév...
* [[http://www.zengularity.com/item/1985200523/introduction-aux-webservices-rest-avec-play|Introduc
stateless, web-friendly architecture. Built on [[/informatique/java/frameworks/akka|Akka]], Play provides predictable and minimal resource comsumption (CPU, memory, threads) for highly-scalable applications.
> [[/informatique/java/frameworks/play_framework_old|Anci... -sbt|Typesafe Activator and sbt]]
* Activator includes the sbt build tool, a quick-start GUI, and
====== Java Tips ======
Plein de choses interressantes dans le livre "Killer Game Programming in Java". Des extraits de chapitres et de codes: [[http://fivedots.coe.psu.ac.th/~ad/jg/index.html]]
Essais02 extends Controller {
public static void index() {
Logger.debug("Person count %d", Person.c... 30d1b81a]]
===== Pas de gestion des violations d'intégrité =====
Les erreurs d'intégrité ne sont pas gérées par Play!, du coup il va falloir se les palu... QLState: 23003
03:06:31,777 ERROR ~ Referential integrity constraint violation: "FK4D440479B6C2B74C:
is ======
Dans la méthode canImport() du javax.swing.TransferHandler voici les DataFlavor obtenus (su... or df : support.getDataFlavors()) {
System.out.println(df.getHumanPresentableName() + " - " + df.getM... () + " - " + df.getDefaultRepresentationClassAsString());
}
</code>
===== Linux XUbuntu =====
Avec Linux XUbuntu: Drag d'un fichier depuis le gestionnai
====== Java Frameworks ======
Voir aussi:
* [[/informatique/java/librairies|Librairies Java]]
* [[/informatique/java/documentation|Documentation Java]]... p://metawidget.org/]]
Metawidget is a smart User Interface widget that populates itself, at runtime, ... UI components to match the properties of your business objects.
Metawidget does this without introdu
[[http://stackoverflow.com/questions/3279205/locking-cells-in-a-jxl-generated-excel-document|Locking cells in a JXL-generated Excel document]]
* [[http://stackoverflow.com/questions/701314/data-valid
=== Tips =====
==== MySQL Replication ====
Starting with **Connector/J** 3.1.7, we've made available... to a read/write master, or a failover or round-robin loadbalanced set of slaves. To enable this functi... ysql.jdbc.ReplicationDriver**" class when configuring your application server's connection pool or when creating an instance of a JDBC driver for your standalone
kka ======
Scalable real-time transaction processing.
Build powerful concurrent & distributed applic... re easily. Akka is a toolkit and runtime for building highly concurrent, distributed, and resilient me... * High Performance
* 50 million msg/sec on a single machine. Small memory footprint; ~2.5 million actors per GB of heap.
* Elastic & Decentralized
ppa
[sudo] password for username:
Plus d’info : https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa
Appuyez sur [ENTRÉE] pour continuer ou Ctrl-C pour annuler l’ajout
gpg: le porte-clefs « /tmp/tmptdgtck4w/secring.gpg » a été créé
gpg: le porte-clefs « /tmp/tmptdgtck4w/pubring.gpg » a été créé
gpg: demande de la clef 86F44
Les collections
* http://fr.openclassrooms.com/informatique/cours/apprenez-a-programmer-en-java/les... r/java/dej/chap-collections.htm
Pour aller plus loin :
* "La gestion des Exceptions" Ch.7 http://www... e
* BufferedReader, FileReader, Stream, Files.line : http://www.mkyong.com/java8/java-8-stream-read-a-file-line-by-line/