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 2 / 3
Newer►
54 results tagged java x
  • thumbnail
    UnmarshallException because of missing namespace
    April 11, 2013 at 3:46:40 PM GMT+2 - permalink -
    QRCode
    - http://www.developpez.net/forums/d592698/java/general-java/persistance/jaxb-unmarshalexception/
    marshall unmarshall xml namespace exception java
  • thumbnail
    Problème de validation d'un fichier XML à l'aide de Java avec un XSD ayant une inclusion

    Comment valider un fichier XML à l'aide d'un schéma XSD contenant des inclusions, à l'aide de Java.

    April 11, 2013 at 3:14:37 PM GMT+2 - permalink -
    QRCode
    - http://fr.softuses.com/232014
    validation xml java xsd import validate
  • thumbnail
    XML validation with imported/included schemas

    A quick guide to explain how to validate an XML file with a XSD that contains import declarations.

    April 11, 2013 at 11:58:20 AM GMT+2 - permalink -
    QRCode
    - http://blog.frankel.ch/xml-validation-with-importedincluded-schemas
    java xml validation xsd
  • thumbnail
    Pass a local file in to URL in Java - Stack Overflow
    April 9, 2013 at 4:37:36 PM GMT+2 - permalink -
    QRCode
    - http://stackoverflow.com/questions/6098472/pass-a-local-file-in-to-url-in-java
    file url java discussion local
  • thumbnail
    Implementing interface from an enum
    March 18, 2013 at 3:03:18 PM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/6511453/extending-a-enum-in-java
    java documentation discussion enum Interface
  • thumbnail
    The Definitive Guide to JasperReports

    A numeric book about JasperReports and their functionalities.

    February 19, 2013 at 11:52:02 AM GMT+1 - permalink -
    QRCode
    - http://books.google.ch/books?id=LWTbssKt6MUC&printsec=frontcover&hl=fr#v=onepage&q&f=false
    guide jasper reports report java book
  • thumbnail
    Primefaces - Error when updating a form and validation fail

    Solution on an update problem on a form. In some cases, when validation fails, the error message is not shown and the form is not submitted

    February 5, 2013 at 10:29:27 AM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/14157892/primefaces-do-not-display-message-for-required-fields-just-hightlight-border
    java primefaces jsf documentation discussion message validation value
  • thumbnail
    Java Reflection Tutorial

    Tutorial about Java Reflection API

    February 4, 2013 at 5:09:22 PM GMT+1 - permalink -
    QRCode
    - http://tutorials.jenkov.com/java-reflection/index.html
    java reflect reflection reflexion api documentation Tutoriels
  • thumbnail
    Parcourir une HashMap

    Tutoriel sur le site du zéro concernant le parcours d'une HashMap en récupérant sa valeur mais aussi sa clé.

    February 1, 2013 at 5:08:33 PM GMT+1 - permalink -
    QRCode
    - http://www.siteduzero.com/forum/sujet/parcourir-une-hashmap-82775
    java hashmap documentation
  • thumbnail
    MVEL - Getting Started

    MVEL is a powerful expression language for Java-based applications.

    January 28, 2013 at 4:52:53 PM GMT+1 - permalink -
    QRCode
    - http://mvel.codehaus.org/Getting+Started+for+2.0
    java api expression evaluation mvel
  • thumbnail
    How to iterate on a google multimap

    An answer to a question about how to browse a ListMultiMap from Google Collections (Guava).

    November 27, 2012 at 2:25:10 PM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/3934470/how-to-iterate-through-google-multimap
    java documentation listmultimap google guava
  • thumbnail
    Comment parcourir une Map ?

    Tutorial about how to browse a Map's implementation in Java using Iterators

    November 27, 2012 at 2:23:12 PM GMT+1 - permalink -
    QRCode
    - http://java.developpez.com/faq/java/?page=langage_donnees#LANGAGE_COLLECTIONS_parcourir_map
    java documentation hashmap iterator Tutoriels
  • thumbnail
    Java : JCheckBox

    Short guide that describes the fondamentals of the JCheckBox component, as its 'isSelected' option that gets the currently checked state.

    November 26, 2012 at 4:08:22 PM GMT+1 - permalink -
    QRCode
    - http://www.leepoint.net/notes-java/GUI/components/60check_boxes/30checkbox.html
    java documentation checkbox Tutoriels
  • thumbnail
    JTree with Checkboxes

    Tutorial on the construction of a JTree with Checkboxes

    October 18, 2012 at 4:04:48 PM GMT+2 - permalink -
    QRCode
    - http://www.jroller.com/santhosh/entry/jtree_with_checkboxes
    java Tutoriels jtree
  • thumbnail
    Rafraîchir un JTree

    An easy-to-apply solution to refresh a JTree dynamically, with a listener for example.

    October 18, 2012 at 7:58:59 AM GMT+2 - permalink -
    QRCode
    - http://www.developpez.net/forums/d3276/java/interfaces-graphiques-java/awt-swing/composants/arbres/jtree-rafraichissement/#post299341
    java discussion jtree
  • thumbnail
    How to use scroll panes

    Official documentation of Oracle about using ScrollPanes

    October 17, 2012 at 4:04:06 PM GMT+2 - permalink -
    QRCode
    - http://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html
    java documentation scrollpane
  • thumbnail
    Possible solution to get expanded nodes of a JXTreeTable

    A discussion on Java.net about a possible solution to get the list of all expanded TreeNodes of a JXTreeTable

    October 15, 2012 at 3:47:42 PM GMT+2 - permalink -
    QRCode
    - http://www.java.net/node/650325
    jxtreetable java expand discussion
  • thumbnail
    Expand multiple node in a JTree

    A board discussion where user "Robin" gives a cool solution for the multiple selection and expansion of nodes in a JTree. Don't work with JXTreeTable however...

    October 15, 2012 at 11:32:36 AM GMT+2 - permalink -
    QRCode
    - http://stackoverflow.com/questions/10242896/java-how-to-programmatically-select-and-expand-multiple-nodes-in-a-jtree
    java node jtree expand discussion
  • thumbnail
    Cloner en Java

    Guide about cloning Java objects (best practices)

    October 10, 2012 at 4:55:29 PM GMT+2 - permalink -
    QRCode
    - http://ydisanto.developpez.com/tutoriels/java/cloneable/
    java documentation Tutoriels
  • thumbnail
    Find a node in a Tree

    A board discussion about browsing a tree to find a particular node. The solution of Sandeep Deb seems to be good with recursivity, but have to be adapted to work. Good basis though.

    October 10, 2012 at 9:54:52 AM GMT+2 - permalink -
    QRCode
    - http://www.coderanch.com/t/329071/java/java/Finding-Tree-Node
    java tree node documentation
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation