More Runtime Java Stack

Screws come in a variety of shapes and sizes f...

Image via Wikipedia

More java framework and APIs that I have been using.

you can find the first part this article here: java runtime stack

lucene

java text indexing framework. you can use it either with hibernate search or with a standalone server over web service -Solr or your own implementation

apache-commons

  • commons-lang
  • beanutils
  • logging
  • commons-io

really for enhancements for JDK lots and lots of utility methods and classes,

jaxb

java XML binding java official API . If your are starting from XSD it is an amazing API.  just with annotation

it is clear and over. more jaxb article

you may choose castor or jibx of course they have very little difference  but jaxb is a JCP on the other hand jaxb has a code generation over XSD dependency which can be some times painful

Groovy

for your changing script,rules vs.,

instead of writing lots constants and if clauses for a set some business rules use some dynamic scripting.

competitor: java rule engines may be for large projects but groovy is more easy and manageable

Joda-Time

easy date time operations :) and support for hibernate, A good replacement  for the troublesome java date API.

All additions and suggestions are welcome :)

have a nice day

Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • Wists
  • LinkedIn
  • Slashdot
  • Google Bookmarks
  • Reddit
  • StumbleUpon
  • email
  • Twitter
  • FriendFeed

Related posts:

  1. Runtime Java Stack
  2. Which java stack do you use ?
  3. Ruby on Rails experience of a java developer
  4. java.util.Calendar.getInstance() // danger
  5. Grails Days 1: GORM-CRUD

  1. No comments yet.

  1. No trackbacks yet.