HOME SEARCH ABOUT
   
 
January 28, 2012 - 7135 resources reviewed - 4574 members
You are not identified - Login
 
Search
 
 

Java News

  • Java.net
  • IBM Java News
  • Cafe au lait
  • JDC
  • JavaLobby
  • Freshmeat
  • jguru
  • Java Magazines

  • ON Java
  • JavaWorld
  • JDJ
  • JavaPro
  • Swing Connection
  • Dev. links

  • Java at Sun
  • JDK 1.4
  • JDK 1.3
  • Java Tutorial
  • Language Spec.

  • Java-Channel in the sidebar
  • For Netscape 6 / Mozilla
  • For Opera 6

    Java-Channel in your site

  • With RSS

    Java-Channel on your WAP

  • At this link

    Java-Channel on your PDA

  •   The Latest Publications

    StelsDBF v5.0 - a JDBC driver for DBF/FoxPro files 
    added by Sergey Kutsygin - Tuesday, March 22, 2011
    StelsDBF is a DBF JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on DBF files (dBase III/IV/V, Visual FoxPro). The driver is completely platform-independent and does not require installing additional client or server software to provide access to DBF files. It can be effectively used to create, process and export DBF databases in your Java applications.

    *Featu... more

       www.csv-jdbc.com 
      Categories: ProductHome page for free or commercial product (classes, packages, beans, tools, ...) , JDBCJava DataBase Connectivity , Proprietary LicenseClosed-source or restricted licenses , JDBC Driver

    StelsMDB v2.0 - JDBC driver for MS Access files. 
    added by Sergey Kutsygin - Tuesday, March 22, 2011
    StelsMDB is a MDB JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on Microsoft Access database files (MS Access 2000, 2002, 2003, 2007 versions). The driver is completely platform-independent and does not require installing additional client or server software to provide access to MDB files. It can be effectively used to create, process and export Microsoft Access... more
       www.csv-jdbc.com 
      Categories: ProductHome page for free or commercial product (classes, packages, beans, tools, ...) , J2EE APIAPI for Java 2 Enterprise Edition , JDBCJava DataBase Connectivity , Proprietary LicenseClosed-source or restricted licenses , JDBC Driver

    Enhydra Shark 4.0-1 Released 
    added by Sasa Bojanic - Monday, February 21, 2011
    Enhydra Shark is an opensource, GPLv3 licensed, Java workflow engine based on XPDL 2.1 specification and BPMN.

    In the version 4.0-1 Shark switched from XPDL 1.0 support to XPDL 2.1 and BPMN support.

    Old XPDL 1.0 files are automatically being converted into XPDL 2.1 when uploaded into Shark.

    Project is moved from OW2 to SourceForge: http://sourceforge.net/projects/sharkwf

    The documentat... more

       sourceforge.net 
      Categories: News , EJBEnterprise JavaBeans , JNDIJava Naming and Directory Interface , JTAJava Transaction API and Java Transaction Service , JavaIDL / Corba , RMIRemote Method Invocation , Servlets , Data base / Persistence , GPLGNU General Public License , Pure Java , Workflow , Core API

    Enhydra JaWE 4.0-1 Released 
    added by Sasa Bojanic - Monday, February 21, 2011
    Enhdyra JaWE is an opensource, GPLv3 licensed, Java graphical workflow editor based on XPDL 2.1 specification and BPMN.

    In the version 4.0-1 JaWE switched from XPDL 1.0 support to XPDL 2.1 and BPMN support.

    Old XPDL 1.0 files are automatically being converted into XPDL 2.1 when opened with JaWE.

    New useful actions available, such as showing/hidding artifacts, showing/hidding transition co... more

       sourceforge.net 
      Categories: News , AWT / Swing (JFC) , Office tools , GPLGNU General Public License , Designing / Modeling / CASE , Pure Java

    J4L FO Designer 1.5 
    added by Jaume - Tuesday, December 14, 2010
    XSL-FO Designer and editor for Apache FOP. Graphical design tool of templates for converting XML to PDF. With this tool you load an XML file (and edit it) and with a few clicks you create a XSL-FO file which is used to convert your XML file to PDF. You can also create PDF interactive forms. It supports barcodes and charts. The ouput can be used in different environments like web services, Oracle A... more
       www.java4less.com 
      Categories: ProductHome page for free or commercial product (classes, packages, beans, tools, ...) , XML , XSLExtensible Style Language , Proprietary LicenseClosed-source or restricted licenses , Editor / IDE

    J4L OCR tools 
    added by Jaume - Tuesday, December 14, 2010
    Java OCR components. The toolkit is made of 2 main components. It includes a Java wrapper for the Tesseact OCR engine which will convert image files (faxes or scans) to text files. The OCR engine is free and based on the Apache 2 license. The text files can then be processed using the document parser which will extract business information from the text and it will create either a Java object or a... more
       www.java4less.com 
      Categories: ProductHome page for free or commercial product (classes, packages, beans, tools, ...) , Graphics , Image processing , Proprietary LicenseClosed-source or restricted licenses

    StelsCSV v5.0 - JDBC driver for CSV / text files 
    added by Sergey Kutsygin - Thursday, May 20, 2010
    StelsCSV is a JDBC driver that allows to perform SQL queries and other JDBC operations on text files (CSV, DSV, tab-separated, fixed-length, etc). Using this driver, you can easily create a fast database consisting of plain text files. Also, the driver can be used for writing data importing programs and migration tools.

    Features: supports most keywords of ANSI SQL92, supports inner and oute... more

       www.csv-jdbc.com 
      Categories: ProductHome page for free or commercial product (classes, packages, beans, tools, ...) , JDBCJava DataBase Connectivity , Proprietary LicenseClosed-source or restricted licenses , JDBC Driver

    Build Web applications with HTML 5 
    added by Solrac - Thursday, April 1, 2010
    This article coveres some of the new HTML 5 capabilities of modern browsers including powerful HTML 5 features such as multi-threading, geolocation, embedded databases, and embedded video. Learn how to use them in your applications.
       www.ibm.com 
      Categories: News , Paper , Articles , GuidelinesDesigning, coding, etc. recommendations , Programming tips , Tutorial / Course

    Debugging and testing Swing the easy way 
    added by Solrac - Saturday, February 6, 2010
    The two open source tools that this article introduces — Swing Explorer and FEST-Swing — can make debugging and testing of Swing UIs simple and reliable. This article shows how to use them to understand a UI's structure, test how it functions, and troubleshoot issues.
       www.ibm.com 
      Categories: News , Paper , Articles , GuidelinesDesigning, coding, etc. recommendations , Programming tips , Tutorial / Course

    OpenID for Java Web applications 
    added by Solrac - Tuesday, February 2, 2010
    Walk through the steps of incorporating OpenID into a sample Java application. Rather than implement the OpenID Authentication specification by hand, author J. Steven Perry uses the openid4java library and a popular OpenID provider, myOpenID, to create a safe and reliable registration process for a Java application written in Wicket.... more
       www.ibm.com 
      Categories: News , Paper , Articles , GuidelinesDesigning, coding, etc. recommendations , Programming tips , SpecificationSpecification of an API, a protocol (RFC), ... , Tutorial / Course

     

     

    What is Java-Channel ?

    Java-Channel is a collaborative database of reviews about Java resources (articles, tutorials, packages, dev. tools,...). You can use it as a thematic search engine to find valuable resources about a specific topic (EJB, Swing, JIT, ...). Its particularity is to return results organized, commented, and evaluated by Java users, not the raw results from an automatic tool.
    By subscribing, and if you wish, you will receive the weekly news letter. It gathers all new recommendations of the week and let you be notified of other members' discoveries.

    Sign-up Now !
    Sign-up to receive the newsletter and to post your review

    Any Java users is invited to share his/her recommendations by writting a short or long review about good (or bad) Java resources. The goal is to build together a descriptive database of Java resources.

    >>more


    Member Top-10
    1 Olivier Dedieu 5187  
    2 Jean-Philippe Encausse 709  
    3 Jayne 331  
    4 Nicolas Delsaux 248  
    5 Jean-Philippe BLANCHARD 227  
    6 keeskuip 138  
    7 AGNOUX Hervé 124  
    8 Solrac 122  
    9 Vincent Bouthors 113  
    10 Georges Bernier 105  


    Other Recents Reviews

    Tuesday, January 19, 2010
    - TDA Thread Dump Analyze

    Tuesday, January 12, 2010
    - Location-aware search with Apach...

    Thursday, January 7, 2010
    - Build an OAuth-enabled desktop T...

    Tuesday, January 5, 2010
    - Java development 2.0: Gaelyk for...

    Wednesday, December 16, 2009
    - StelsXML v1.3 - JDBC driver for ...

    Tuesday, November 24, 2009
    - Explore refactoring functions in...
    - Total security in a PostgreSQL d...

    Wednesday, November 18, 2009
    - Forms4j -- Java Spring form libr...

    Tuesday, November 17, 2009
    - REST up with CouchDB and Groovy'...

    Tuesday, November 10, 2009
    - Linux app migration from Windows...

    Friday, November 6, 2009
    - IBM Monitoring & Diagnostic Tool...

    Wednesday, November 4, 2009
    - Java Web services: Introducing M...
    - Build native-looking eSWT Java a...

    Friday, October 30, 2009
    - IBM Java Developer Kit for Linux

    Tuesday, October 27, 2009
    - Meet the Object/XML mapping supp...

    Friday, October 16, 2009
    - An update on Java Persistence AP...

    Thursday, October 8, 2009
    - Create scalable Java development...

    Wednesday, September 30, 2009
    - Create a dynamic Ajax-based Web ...
    - SwingBuilder and Gwitter (Groovy...

    Tuesday, September 29, 2009
    - 10 things that rocked the Linux ...

    Tuesday, September 22, 2009
    - Finding the way through the sema...

    Friday, September 18, 2009
    - Use the eSWT mobile extension si...
    - Mastering Grails: Creating a cus...

    Wednesday, September 16, 2009
    - Java Web services: JAXB and JAX-...

    Friday, September 11, 2009
    - Using the Technorati API
    - HybridJava Compiler - a very sim...

    Thursday, September 10, 2009
    - Easy navigation in Eclipse Galil...

    Wednesday, September 9, 2009
    - Developing with real-time Java, ...
    - Developing with real-time Java, ...

    Tuesday, July 28, 2009
    - Know the trade-offs of a High Pe...

    Thursday, July 23, 2009
    - Leverage Semantic SPARQL endpoin...

    Tuesday, July 21, 2009
    - New JSF 2 features for Event han...

    Wednesday, July 15, 2009
    - Understanding the 5 must have jQ...

    Thursday, July 9, 2009
    - The sophisticated benifits of us...

    Wednesday, July 8, 2009
    - Membrane SOAP Monitor

    Tuesday, July 7, 2009
    - Create a mobile application for ...

    Friday, July 3, 2009
    - Introduction into REST Web Servi...

    Monday, June 29, 2009
    - An Eclipse Galileo flyby

    Saturday, June 27, 2009
    - Translate Atom to RDF using Java...

    Wednesday, June 24, 2009
    - Java Print Dialog Framework vers...

    Wednesday, June 17, 2009
    - Improve jQuery Performance metri...

    Monday, June 8, 2009
    - Identify Real-time Java memory i...

    Thursday, June 4, 2009
    - Easy CakePHP rapid-development P...

    Wednesday, June 3, 2009
    - Enhancing the Scala Twitter libr...

    Wednesday, May 27, 2009
    - Remotely attent IBM Rational Sof...
    - Create and get your jQuery plug-...

    Thursday, May 21, 2009
    - Avoid common querying mistakes w...

    Wednesday, May 20, 2009
    - Methods to resolve namespaces wi...

    Tuesday, May 19, 2009
    - Effortless XML manipulation with...
    - High-performance Ajax with Tomca...
     
             
     
      Home | Search | About Jalios, Master Your Content Management