"Quickening the Pace of JSP Development" Tuesday, March 09, 2010
Home Products Pricing Company Contact Us Samples Download Forums Javadoc Customers
    « Form Tags »
    « I/O Tags »
    « Format Tags »
    « Utility Tags »
dotJ Download Area
This page contains all the dotJ related artifacts available for download.
  • dotJ Custom Tag Library Version 2.9 (FINAL Build 2900)

    NOTES:
    • Beginning with version 2.9, we no longer require the dotJ Javascript library (dotj_2.0.js) to be located on disk. The file is now served up from within the dotJ JAR file.
    • Note the new installation procedures (as of version 2.9).
    • Version 2.9 contains an updated tag library descriptor (dotJ.tld). This file must be re-installed to leverage any new tags or attributes.


    To view a complete list of changes in this build, click here.

  • dotJ Custom Tag Library - Technical Reference
dotJ Custom Tag Library Version 2.9 - FINAL BUILD
This is Version 2.9 of our dotJ Custom Tag Library. It is provided and is fully functional, but will expire on March 31, 2010 at midnight. Once the software expires, each tag will display an error message where the tag usually displays.
Installing Version 2.9

1. Copy the two files dotJ.jar and dotJ.tld into the /WEB-INF/lib directory within your application. You can extract the dotJ.tld file from within the dotJ.jar file or download it directly using the link above. Then place the following lines in your application's web.xml descriptor:

<servlet>
  <servlet-name>DotJ Servlet</servlet-name>
  <servlet-class>com.dotj.base.DotJServlet</servlet-class>
  <load-on-startup>99</load-on-startup>
</servlet>

<!-- extension mapping -->
<servlet-mapping>
  <servlet-name>DotJ Servlet</servlet-name>
  <url-pattern>/dotjResources/*</url-pattern>
</servlet-mapping>

<taglib>
  <taglib-uri>dotJ</taglib-uri>
  <taglib-location>/WEB-INF/lib/dotJ.tld</taglib-location>
</taglib>


2. Within your web site, there will be two files that you will want to customize. They are:
  • /WEB-INF/classes/dotj_config.properties
  • /WEB-INF/classes/dotj_content.properties
Although we provide default values for the various settings within these two files, you will want to customize these for your own needs. See the files for what each setting is and how to customize them.

3. In your JSP pages, add the following line to the top of your page:

<%@ taglib uri="dotJ" prefix="dotj" %>

dotJ Custom Tag Library - Technical Reference
This valuable technical reference document contains all the information you'll need to start using all of the dotJ tags. With over 90 pages of material, it's a must have when using the dotJ Custom Tag Library.

 dotJ Custom Tag Library Technical Reference - [PDF] (821 K)

 dotJ Custom Tag Library Technical Reference - [HTML] (1,361 K)


home : products : pricing : company : contact us : samples : download : forums : customers

Copyright © 2000-2004 dotJ Software Inc. All rights reserved.