Archive for December, 2006
CeWolf : a tag library for charts of all kinds
Published December 28, 2006 CeWolf , Charts , J2EE , Java , Spring , Tag Library , opensource 0 CommentsCewolf is a “tag library for charts of all kinds. It enables every JSP to easily embed chart images. It can be used by any web applications running in a servlet container.” It is very simple to use and very powerful in any kind of web application. Integrating Cewolf with Spring won’t take a lot of time as well.
To start working with Cewolf you should read a quite short tutorial on project’s site http://cewolf.sourceforge.net .It describes the basics: how to configure web.xml file, what libraries must be included into project.
Reference : here
Technorati tags: Christmas
Managing the Java ClassPath (in Windows, Unix and Mac)
Published December 18, 2006 Java , Mac , Unix , Windows 0 CommentsThe classpath is one of the most complex and infuriating parts of the Java™ platform, but mastering it is essential to becoming a professional Java programmer. Here you can find two usefull links about this subject.
1. Managing the Java classpath (UNIX and Mac OS X)
2. Managing the Java classpath (Windows)
Both of these articles are written by Mr.Elliotte Rusty Harold in IBM developerWorks.
Technorati Tags: Java ClassPath
