blog.douglasjose.com

    • 0
      18 Apr 2009

      Another CSV library is born

      • Edit
      • Delete
      • Tags
      • Autopost

      After getting tired of so many half-baked CSV Java libraries, I decided to write my own.

      http://code.google.com/p/jcsvlib/

      I challenge you to find a competitor library with:

      • an uglier name, or;
      • simpler to use.
      • views
      • Tweet
    • 0
      27 Sep 2008

      Start learning JCR and Apache Jackrabbit

      • Edit
      • Delete
      • Tags
      • Autopost
      If you would like to get your hands dirty on content repositories in Java, but found no help to start, maybe the essay I wrote for the Cambridge Technology Partners Java blog can be of your interest.
      It shows how to create the initial environment for a simple Java web project, so you can use it to bootstrap your next content oriented applications.
      Adding JCR support to your existing web application
      • views
      • Tweet
    • 0
      27 Jun 2008

      Real-time shared edition with Eclipse Ganymede

      • Edit
      • Delete
      • Tags
      • Autopost

      The new Eclipse 3.4 release (the simultaneous release of a bunch of subprojects is tagged "Ganymede") includes a feature which allows you to share your editor with a friend online.
      A screencast presenting the feature can be found here.

      • views
      • Tweet
    • 0
      26 Feb 2008

      Nas malhas do meu spam

      • Edit
      • Delete
      • Tags
      • Autopost
      URGENTE: Vaga Analista Programador Java Desenvolvimento
      Conhecimentos requeridos: em desenvolvimento J2EE, EJB, EJP, e MVC, Frameworks, hibernate, vivência com designer-parttners, single tom, glossfish, portlets federados e webservices. Comprometimento e iniciativa, dinamismo e criatividade e senso de urgência

      Glossário:

      • designer-parttners: O seu parceiro, sexual ou não, tem que ser designer.
      • single tom: É só um Tom. E sem o Jerry.
      • glossfish: Peixe com brilho labial a prova d'água.
      • Comprometimento e iniciativa...: Ao ser contratado você já entra com 5 pontos no bingo.

      Detalhe: minutos depois chegou o remendo.

      Conhecimentos requeridos: em desenvolvimento Java/J2EE com EJB, JSP, e MVC, Frameworks Hibernate, vivência com design patterns, singleton, glassfish e webservices.

      Media_httpblogdouglas_fhbio
      • views
      • Tweet
    • 0
      15 May 2007

      Eclipse hint - Singleton quick create

      • Edit
      • Delete
      • Tags
      • Autopost
      Let's make singleton creating in Eclipse easier. Go to "Window>Preferences..." and navigate through the following structure: "Java>Editor>Templates". Click "New..." and put 'singleton' in the "Name" field. In the "Pattern" field, put the following code. /** * Singleton */ private static final ${enclosing_type} instance = new ${enclosing_type}(); public static ${enclosing_type} getInstance() { return instance; } private ${enclosing_type}() {} Now, to create singleton classes, all you need is to create an empty class, type 'singleton' in the body and hit Ctrl+SPACE.
      • views
      • Tweet
    • 0
      8 Apr 2007

      Wanna learn GWT?

      • Edit
      • Delete
      • Tags
      • Autopost
      Do you want to learn how to use Google Web Toolkit? So you may be interested in this article I wrote. It's a tutorial that explains how to use GWT from scratch, and will take not more than 30 minutes to accomplish.
      • views
      • Tweet
    • Search

    • Tags

      • *Posts in English
      • technology
      • *Textos em Português
      • ordem e progresso
      • funny
      • software reviews
      • freedom
      • howtos
      • armageddon
      • nature
      • vida selvagem
      • leisure
    • Obox Design
  • blog.douglasjose.com

    186 Views
  • Get Updates

    Subscribe via RSS