1376 links
192 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 3
54 results tagged java x
  • JAD Decompiler - JAD

    Un excellent outil de décompilation pour Java.

    Rappel: ce genre d'outil n'est pas à utiliser partout et pour tout, certains pays n'autorisent pas ce genre de pratique, et de manière générale vous ne devriez pas l'utiliser sur des classes pour lesquelles vous n'avez pas les droits appropriés.

    July 18, 2017 at 3:00:56 PM GMT+2 * - permalink -
    QRCode
    - http://www.javadecompilers.com/jad
    java decompile
  • thumbnail
    tomcat7 - Tomcat 7 with Java 8 on Raspberry Pi - Stack Overflow

    Comment installer un serveur Tomcat 7 (avec Java 8) sur un Raspberry Pi.

    April 3, 2016 at 4:30:54 PM GMT+2 - permalink -
    QRCode
    - http://stackoverflow.com/questions/27617158/tomcat-7-with-java-8-on-raspberry-pi
    raspberry-pi tomcat java installation
  • thumbnail
    Secure Salted Password Hashing - How to do it Properly

    Un exemple de script pour hasher les mots de passe dans un site Web (PHP, Java, C#, Ruby)

    January 6, 2016 at 8:57:15 PM GMT+1 - permalink -
    QRCode
    - https://crackstation.net/hashing-security.htm#phpsourcecode
    security hash password php java csharp
  • thumbnail
    Concordion

    Un joli petit outil pouvant se greffer sur des tests unitaires (JUnit, notamment) pour permettre à des utilisateurs ou des testeurs d'injecter des valeurs directement dans les tests. C'est open-source et ça semble rudement pratique !

    October 8, 2014 at 2:53:01 PM GMT+2 - permalink -
    QRCode
    - http://concordion.org/
    java test tool developpement opensource
  • thumbnail
    Les annotations de Java 5

    Un dossier bien fait sur la présentation des annotations de Java 5 et de la manière de les mettre en place.

    August 22, 2014 at 2:05:46 PM GMT+2 - permalink -
    QRCode
    - http://gfx.developpez.com/tutoriel/java/annotation/
    java developpement Tutoriels
  • thumbnail
    Learn REST: A Tutorial: 12.2. Using REST in Java

    Un tuto pour rapidement faire appel à une API via REST en Java. C'est plutôt verbeux, mais c'est efficace.

    August 4, 2014 at 11:43:27 PM GMT+2 - permalink -
    QRCode
    - http://rest.elkstein.org/2008/02/using-rest-in-java.html
    java rest api Tutoriels
  • thumbnail
    Shaarli fait la JAVA | Fabien Vauchelles

    Une API pour manipuler son Shaarli en Java (via sebsauvage.net)

    January 29, 2014 at 11:04:27 AM GMT+1 - permalink -
    QRCode
    - http://fabien.vauchelles.com/shaarli-java-api/
    shaarli java api
  • thumbnail
    Javadoc javax.comm
    November 28, 2013 at 2:30:42 PM GMT+1 - permalink -
    QRCode
    - http://docs.oracle.com/cd/E17802_01/products/products/javacomm/reference/api/javax/comm/package-summary.html
    java javadoc documentation serial serie port com
  • thumbnail
    Serial Programming/Serial Java

    How to manipulate serial ports with Java and the Javax.comm API

    November 28, 2013 at 2:28:41 PM GMT+1 - permalink -
    QRCode
    - http://en.wikibooks.org/wiki/Serial_Programming/Serial_Java#Simple_Reading_of_Data_.28Polling.29
    serial port serie java javax com documentation
  • thumbnail
    Instantiate singleton object using Class.forName()? - Stack Overflow

    How to use the Java Reflect API to instanciate a singleton (using the method "getInstance" of the object)

    November 6, 2013 at 12:56:36 PM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/1127716/instantiate-singleton-object-using-class-forname
    java reflect reflection reflexion documentation singleton design patterns
  • thumbnail
    Read from a Serial port, notifying when data arrives

    Sample code to demonstrate the usage of serial port communication with a Java programm

    October 23, 2013 at 1:56:48 PM GMT+2 - permalink -
    QRCode
    - http://www.java2s.com/Code/Java/Development-Class/ReadfromaSerialportnotifyingwhendataarrives.htm
    java serial port exemple code developpement
  • thumbnail
    SerialPort Javadoc

    Javadoc that describes the usage of the Serial Port to communicate with a Java program through that way.

    October 23, 2013 at 1:55:39 PM GMT+2 - permalink -
    QRCode
    - http://docs.oracle.com/cd/E17802_01/products/products/javacomm/reference/api/javax/comm/SerialPort.html
    java serial port documentation oracle
  • thumbnail
    Explanations to common Java exceptions

    A list of Java Exceptions that are explained with humor

    August 27, 2013 at 2:56:51 PM GMT+2 - permalink -
    QRCode
    - http://rymden.nu/exceptions.html
    java humor humour
  • thumbnail
    How to install visualvm in Ubuntu/Linux

    How to install visualvm in Ubuntu/Linux

    July 16, 2013 at 7:52:01 AM GMT+2 - permalink -
    QRCode
    - https://sites.google.com/site/opensourceswiki/linux/howtoinstallvisualvminubuntulinux
    ubuntu linux install jvisualvm visualvm java Tutoriel
  • thumbnail
    Difference between Period, Interval and Duration - JodaTime

    An explanation about Joda Time's different time-mesuring objects: Duration, Period and Interval. It simply explains which type corresponds to which needs.

    July 1, 2013 at 9:39:25 AM GMT+2 - permalink -
    QRCode
    - http://stackoverflow.com/questions/2653567/joda-whats-the-difference-between-period-interval-and-duration
    joda time java interval duration period discussion
  • thumbnail
    JAXB Marshalling with Custom Namespace Prefixes
    May 16, 2013 at 4:04:09 PM GMT+2 - permalink -
    QRCode
    - http://hwellmann.blogspot.ch/2011/03/jaxb-marshalling-with-custom-namespace.html
    java documentation namespace xml jaxb marshall
  • thumbnail
    Define Spring JAXB namespaces without using NamespacePrefixMapper
    May 16, 2013 at 3:03:54 PM GMT+2 - permalink -
    QRCode
    - http://stackoverflow.com/questions/3289644/define-spring-jaxb-namespaces-without-using-namespaceprefixmapper
    java spring documentation namespace xml jaxb
  • thumbnail
    JAXB and Namespace Prefixes

    A blog post about JAXB and namespace management

    May 15, 2013 at 8:17:49 AM GMT+2 - permalink -
    QRCode
    - http://java.dzone.com/articles/jaxb-and-namespace-prefixes
    jaxb java documentation blog namespace
  • thumbnail
    Threads et performance avec Swing

    Tutoriel décrivant l'utilisation des Threads dans un environnement Java Swing

    May 7, 2013 at 2:43:54 PM GMT+2 - permalink -
    QRCode
    - http://gfx.developpez.com/tutoriel/java/swing/swing-threading/
    thread Tutoriels swing java documentation
  • thumbnail
    Squiggle SQL Builder for Java

    An easy-to-use and lightweighted API to build search criteria on Java to query SQL databases.

    May 5, 2013 at 5:40:03 PM GMT+2 - permalink -
    QRCode
    - http://code.google.com/p/squiggle-sql/
    sql builder java api documentation
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation