jsp tags
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1183
JSP Prize Tags 3.4.0
JSP Prize Tags is a JSP tag library. The primary tags of Prize Tags are the Tree Tag and Tabbed Pane Tag. more>>
JSP Prize Tags project is a JSP tag library. The primary tags of Prize Tags are the Tree Tag and Tabbed Pane Tag. The Tree Tag makes it easy to implement tree controls in your JSP pages.
The Tabbed Pane Tag makes it easy to implement tabbed panes in your JSP pages. You can put any JSP code inside a tab, and even include other JSPs inside a tab.
The JSP Prize Tags also includes a collection of smaller tag libraries like the icon tag, the alternate tag (for alternating content on the page, such as the background color of table rows or an ad rotator), laying calendar events in a table, and more.
Enhancements:
- This is the stable release of the 3.3.4-beta that was released in March.
- The primary news is the addition of Tree Daos to the Tree Tag, making it easier to create dynamic trees, with content read from either a file system, a database, or other data sources.
<<lessThe Tabbed Pane Tag makes it easy to implement tabbed panes in your JSP pages. You can put any JSP code inside a tab, and even include other JSPs inside a tab.
The JSP Prize Tags also includes a collection of smaller tag libraries like the icon tag, the alternate tag (for alternating content on the page, such as the background color of table rows or an ad rotator), laying calendar events in a table, and more.
Enhancements:
- This is the stable release of the 3.3.4-beta that was released in March.
- The primary news is the addition of Tree Daos to the Tree Tag, making it easier to create dynamic trees, with content read from either a file system, a database, or other data sources.
Download (0.15MB)
Added: 2007-05-13 License: The Apache License 2.0 Price:
896 downloads
synctags 0.9.9
synctags is a command-line-program that fetches tags from last.fm. more>>
synctags is a command-line-program that fetches tags from last.fm for the currently playing song in amarok and adds them as labels to the amarok-database.
I will add a context-menu for amarok later
Change tagcount in the script to fit your needs.
<<lessI will add a context-menu for amarok later
Change tagcount in the script to fit your needs.
Download (0.010MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
974 downloads
Mp3tag 1.4
Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags. more>>
Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags (v1 or v2) in mp3 files.
mp3tag library comes with the mp3tag and cddbtag example tools.
The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags.
The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files.
The mp3tag tool
The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags. Here are some examples of usage:
mp3tag file_1.mp3 ... file_n.mp3
Print tags of the given files.
mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" *.mp3
Set artist and album tags in all mp3 files of the current directory.
mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" -t "Toune dautomne" -n 11 -g 102 file.mp3
Set artist, album, title, track number and genre tags in file.mp3.
mp3tag -e file_1.mp3 ... file_n.mp3
Graphically edit tags in each given file.
mp3tag -r file_1.mp3 ... file_n.mp3
Rename the given files according to their tags, with the default name format.
mp3tag -r -f 1 file_1.mp3 ... file_n.mp3
Rename the given files according to their tags, with the predefined format "1".
mp3tag --formats
Print the list of predefined renaming formats.
mp3tag -F "%n - %t" file_1.mp3 ... file_n.mp3
Rename the given files according to their tags with the given format. Here, each file will be renamed as < track number > - < title >.mp3. Where to use values of tags in a format is specified by %a, %t, %l, %n, %g, %c, %y.
mp3tag --copy -t "Le plombier" file1.mp3 file2.mp3
Copy tags from file1.mp3 to file2.mp3, but with a different title tag.
The cddbtag tool
The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files. Here are some examples of usage:
cddbtag file_01.mp3 file_02.mp3 ... file_n.mp3
Use the given files, in the given order, to build the discid, then query the CDDB server and, if information could be retrieved, set tags in the given .mp3 files.
cddbtag -t file_01.mp3 file_02.mp3 ... file_n.mp3
Same as above but run in test mode: it prints the information retrieved but does not write tags in the files.
cddbtag -s mycddbserver.org -p 4000 file_01.mp3 file_02.mp3 ... file_n.mp3
Here we specify a different CDDB server and port to connect to.
<<lessmp3tag library comes with the mp3tag and cddbtag example tools.
The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags.
The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files.
The mp3tag tool
The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags. Here are some examples of usage:
mp3tag file_1.mp3 ... file_n.mp3
Print tags of the given files.
mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" *.mp3
Set artist and album tags in all mp3 files of the current directory.
mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" -t "Toune dautomne" -n 11 -g 102 file.mp3
Set artist, album, title, track number and genre tags in file.mp3.
mp3tag -e file_1.mp3 ... file_n.mp3
Graphically edit tags in each given file.
mp3tag -r file_1.mp3 ... file_n.mp3
Rename the given files according to their tags, with the default name format.
mp3tag -r -f 1 file_1.mp3 ... file_n.mp3
Rename the given files according to their tags, with the predefined format "1".
mp3tag --formats
Print the list of predefined renaming formats.
mp3tag -F "%n - %t" file_1.mp3 ... file_n.mp3
Rename the given files according to their tags with the given format. Here, each file will be renamed as < track number > - < title >.mp3. Where to use values of tags in a format is specified by %a, %t, %l, %n, %g, %c, %y.
mp3tag --copy -t "Le plombier" file1.mp3 file2.mp3
Copy tags from file1.mp3 to file2.mp3, but with a different title tag.
The cddbtag tool
The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files. Here are some examples of usage:
cddbtag file_01.mp3 file_02.mp3 ... file_n.mp3
Use the given files, in the given order, to build the discid, then query the CDDB server and, if information could be retrieved, set tags in the given .mp3 files.
cddbtag -t file_01.mp3 file_02.mp3 ... file_n.mp3
Same as above but run in test mode: it prints the information retrieved but does not write tags in the files.
cddbtag -s mycddbserver.org -p 4000 file_01.mp3 file_02.mp3 ... file_n.mp3
Here we specify a different CDDB server and port to connect to.
Download (0.048MB)
Added: 2006-03-16 License: LGPL (GNU Lesser General Public License) Price:
9862 downloads
Chart Taglibs 0.3
Chart Taglibs is a free taglib (JSP 1.1) library for JFreeChart. more>>
Chart Taglibs is a free taglib (JSP 1.1) library for JFreeChart.
These are easy to use, and allow the developer to draw any graphics supported by JFreeChart using only the tags.
Chart Taglibs currently supports pie charts (2D & 3D), bar charts (2D & 3D), and line charts.
Enhancements:
- New charts are supported: 3D Line charts, Area chars, Ring charts, Stacked Bar charts, Stacked 3D Bar charts, Stacked Area charts, and Waterfall charts.
- A minor bug was fixed to avoid a null pointer exception.
- A new Web page with documentation and screenshots was added.
<<lessThese are easy to use, and allow the developer to draw any graphics supported by JFreeChart using only the tags.
Chart Taglibs currently supports pie charts (2D & 3D), bar charts (2D & 3D), and line charts.
Enhancements:
- New charts are supported: 3D Line charts, Area chars, Ring charts, Stacked Bar charts, Stacked 3D Bar charts, Stacked Area charts, and Waterfall charts.
- A minor bug was fixed to avoid a null pointer exception.
- A new Web page with documentation and screenshots was added.
Download (0.018MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
GvTags 0.3.0
GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy. more>>
GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy.
The tag library can be used to generate Web pages with powerful tag support. GvTags can be used with the template servlet of GvTags (TagTemplateServlet) or with JavaServer Pages (JSP).
The template engine can be used to generate any kind of text documents. Since it is written in Groovy and compiled to a Java class file, it can be used from Groovy as well as from Java.
Enhancements:
- GvTags now has a command line script to start GvTags.
- It contains an ant task to include the TagTemplateEngine in ant scripts.
- An HTTP server based on jetty is embedded.
- You can download an all-in-one distribution, which contains everything to run GvTags.
- Migration to Groovy 1.0 JSR 06, performance improvements, and the case tag now uses the isCase() method.
<<lessThe tag library can be used to generate Web pages with powerful tag support. GvTags can be used with the template servlet of GvTags (TagTemplateServlet) or with JavaServer Pages (JSP).
The template engine can be used to generate any kind of text documents. Since it is written in Groovy and compiled to a Java class file, it can be used from Groovy as well as from Java.
Enhancements:
- GvTags now has a command line script to start GvTags.
- It contains an ant task to include the TagTemplateEngine in ant scripts.
- An HTTP server based on jetty is embedded.
- You can download an all-in-one distribution, which contains everything to run GvTags.
- Migration to Groovy 1.0 JSR 06, performance improvements, and the case tag now uses the isCase() method.
Download (1.9MB)
Added: 2006-07-17 License: The Apache License 2.0 Price:
1194 downloads
PHP Tag Engine 1.0
PHP Tag Engine is a library that allows you to easily add tagging functionality to a PHP application. more>>
PHP Tag Engine project is a library that allows you to easily add tagging functionality to a PHP application.
Main features:
- PHP Tag Engine has a full AJAX front-end for tagging, as well as methods for programatically adding tags in your code. The front-end tagging interface even has auto-complete functionality using the excellent Yahoo! Auto-Complete library.
- A built-in cache to reduce database queries.
- The PHP Tag Engine code is fully documented in PHP Doc format, and PHP Doc generated documentation is available for download.
- Fully internationalized including Javascript strings. English localization included.
<<lessMain features:
- PHP Tag Engine has a full AJAX front-end for tagging, as well as methods for programatically adding tags in your code. The front-end tagging interface even has auto-complete functionality using the excellent Yahoo! Auto-Complete library.
- A built-in cache to reduce database queries.
- The PHP Tag Engine code is fully documented in PHP Doc format, and PHP Doc generated documentation is available for download.
- Fully internationalized including Javascript strings. English localization included.
Download (0.085MB)
Added: 2007-01-29 License: LGPL (GNU Lesser General Public License) Price:
1006 downloads
uitags 0.6.12
uitags is an open source JSP custom-tag library that makes developing friendly UI effortless. more>>
uitags is an open source JSP custom-tag library that makes developing friendly UI (user interface) effortless. uitags has a unique aim of helping developers create UIs that dont confuse end-users and instead let them work more efficiently.
To find out more, have a quick look at the remaining of this page, and then proceed to the demo site. Consult the Using uitags and Tag Reference pages when youre developing with uitags.
Compatibility note: uitags presently works with IE 6 and Mozilla Firefox 1.x (and possibly with older versions of Firefox).
<<lessTo find out more, have a quick look at the remaining of this page, and then proceed to the demo site. Consult the Using uitags and Tag Reference pages when youre developing with uitags.
Compatibility note: uitags presently works with IE 6 and Mozilla Firefox 1.x (and possibly with older versions of Firefox).
Download (0.26MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1145 downloads
mod_jsp 0.02b
mod_jsp is a JSP handling module for Apache 2. more>>
mod_jsp is a JSP handling module for Apache 2. It works by starting and maintaining its own application server (based on Jetty).
It can then continually manage the application servers virtual host filesystem mappings from the data passed from Apache.
<<lessIt can then continually manage the application servers virtual host filesystem mappings from the data passed from Apache.
Download (0.64MB)
Added: 2005-07-07 License: The Apache License 2.0 Price:
1570 downloads
SEO Tool For Meta Tags 1
SEO Tool For Meta Tags is a small script that instantly generates meta tags for the user. more>>
SEO Tool For Meta Tags is a small script that instantly generates meta tags for the user. It allows you offer a neat little service to your website visitors. They simply sumbit their sites title, description, and keywords & presto, out comes their meta tags to put in their html code.
It takesa about 30 seconds to install and have working on your site.
SEO Tool For Meta Tags does not have any spyware or adware. No personal information is collected, stored, or transmitted by Online Meta Tag Generator. The project does not install any browser plugins or hijackers.
<<lessIt takesa about 30 seconds to install and have working on your site.
SEO Tool For Meta Tags does not have any spyware or adware. No personal information is collected, stored, or transmitted by Online Meta Tag Generator. The project does not install any browser plugins or hijackers.
Download (0.002MB)
Added: 2007-07-30 License: Freeware Price:
856 downloads
Ktag 0.5
Ktag aims to be the simpliest tool for editing mp3 and ogg tags. more>>
Ktag is a KDE tool for easy audio tags edition of MP3, OGG and FLAC files.
Ktag supports pictures embeded in ID3V2 tags and comes with a KDE service plugin which can use this picture in Konqueror file preview.
<<lessKtag supports pictures embeded in ID3V2 tags and comes with a KDE service plugin which can use this picture in Konqueror file preview.
Download (0.67MB)
Added: 2005-06-15 License: GPL (GNU General Public License) Price:
1591 downloads
amaroK Last.fm tags 0.1.1
amaroK Last.fm tags script fetches your tags from Last.fm for artists, albums, and tracks. more>>
amaroK Last.fm tags script fetches your tags from Last.fm for artists, albums, and tracks. It stores them as id3v2 COMM tags in your music files and appends them to the comment for the given track in amaroKs collection where they can be used to contruct smart playlists.
So far this script only fetches your tags, it doesnt syncronize changes you make locally back to Last.fm. Probably this feature should wait until the implementation of "labels" which is coming in amaroK 1.5.
Also so far it is only possible to fetch tags for a selection within a playlist. The other context sub-menus just provide helpful messages saying that this feature isnt implimented yet.
As usual this software comes with no warrenty, it might eat your lunch, etc.. That said it works for me.
I owe a large debt of gratitude to Miguel Angel Alvarez whoes amaroK Replaygain script served as the skeleton of this one. Thanks Miguel!
<<lessSo far this script only fetches your tags, it doesnt syncronize changes you make locally back to Last.fm. Probably this feature should wait until the implementation of "labels" which is coming in amaroK 1.5.
Also so far it is only possible to fetch tags for a selection within a playlist. The other context sub-menus just provide helpful messages saying that this feature isnt implimented yet.
As usual this software comes with no warrenty, it might eat your lunch, etc.. That said it works for me.
I owe a large debt of gratitude to Miguel Angel Alvarez whoes amaroK Replaygain script served as the skeleton of this one. Thanks Miguel!
Download (0.021MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1083 downloads
TagIt 1.0
Tagit allows custom JSP tags to be tested with a container. more>>
Tagit allows custom JSP tags to be tested with a container. It is very different than TagUnit; the two libraries complement each other nicely. Tagit is an implementation of the Mock Objects testing pattern.
All custom JSP tags generate HTML, and the HTML can be validated. Often custom tags are reading data from the HTTP request or the HTTP session, Tagit allows data to be stored in the session or the request.
TagIt cannot be used for any custom tags that generate data in the request etc; Tagit is designed to only tags that simplify the creation of HTML.
TagIt is licensed under the LPGL, except for the following packages that are released into public domain:
net.scholnick.net.test.tag
net.scholnick.unittests
Any classes in these packages can be used for any purpose at anytime. They demonstrate how to use TagIt.
<<lessAll custom JSP tags generate HTML, and the HTML can be validated. Often custom tags are reading data from the HTTP request or the HTTP session, Tagit allows data to be stored in the session or the request.
TagIt cannot be used for any custom tags that generate data in the request etc; Tagit is designed to only tags that simplify the creation of HTML.
TagIt is licensed under the LPGL, except for the following packages that are released into public domain:
net.scholnick.net.test.tag
net.scholnick.unittests
Any classes in these packages can be used for any purpose at anytime. They demonstrate how to use TagIt.
Download (0.031MB)
Added: 2005-10-11 License: LGPL (GNU Lesser General Public License) Price:
1475 downloads
Tag Soup 1.0.5
TagSoup is a SAX2 parser written in Java. more>>
TagSoup is a SAX2 parser written in Java that, instead of parsing well-formed or valid XML. Tag Soup parses HTML as it is found in the wild: nasty and brutish, though quite often far from short.
By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. It is a parser, not a whole application; it isnt intended to permanently clean up bad HTML, as HTML Tidy does, only to parse it on the fly.
The following options are understood:
--files
Output into individual files, with html extensions changed to xhtml. Otherwise, all output is sent to the standard output.
--html
Output is in clean HTML: the XML declaration is suppressed, as are end-tags for the known empty elements.
--omit-xml-declaration
The XML declaration is suppressed.
--method=html
End-tags for the known empty HTML elements are suppressed.
--pyx
Output is in PYX format.
--pyxin
Input is in PYXoid format (need not be well-formed).
--nons
Namespaces are suppressed. Normally, all elements are in the XHTML 1.x namespace, and all attributes are in no namespace.
--nobogons
Bogons (unknown elements) are suppressed. Normally, they are treated as empty.
--nodefaults
suppress default attribute values
--nocolons
change explicit colons in element and attribute names to underscores
--norestart
dont restart any normally restartable elements
--any
Bogons are given a content model of ANY rather than EMPTY.
--lexical
Pass through HTML comments. Has no effect when output is in PYX format.
--reuse
Reuse a single instance of TagSoup parser throughout. Normally, a new one is instantiated for each input file.
--nocdata
Change the content models of the script and style elements to treat them as ordinary #PCDATA (text-only) elements, as in XHTML, rather than with the special CDATA content model.
--encoding=encoding
Specify the input encoding. The default is the Java platform default.
--help
Print help.
--version
Print the version number.
<<lessBy providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. It is a parser, not a whole application; it isnt intended to permanently clean up bad HTML, as HTML Tidy does, only to parse it on the fly.
The following options are understood:
--files
Output into individual files, with html extensions changed to xhtml. Otherwise, all output is sent to the standard output.
--html
Output is in clean HTML: the XML declaration is suppressed, as are end-tags for the known empty elements.
--omit-xml-declaration
The XML declaration is suppressed.
--method=html
End-tags for the known empty HTML elements are suppressed.
--pyx
Output is in PYX format.
--pyxin
Input is in PYXoid format (need not be well-formed).
--nons
Namespaces are suppressed. Normally, all elements are in the XHTML 1.x namespace, and all attributes are in no namespace.
--nobogons
Bogons (unknown elements) are suppressed. Normally, they are treated as empty.
--nodefaults
suppress default attribute values
--nocolons
change explicit colons in element and attribute names to underscores
--norestart
dont restart any normally restartable elements
--any
Bogons are given a content model of ANY rather than EMPTY.
--lexical
Pass through HTML comments. Has no effect when output is in PYX format.
--reuse
Reuse a single instance of TagSoup parser throughout. Normally, a new one is instantiated for each input file.
--nocdata
Change the content models of the script and style elements to treat them as ordinary #PCDATA (text-only) elements, as in XHTML, rather than with the special CDATA content model.
--encoding=encoding
Specify the input encoding. The default is the Java platform default.
--help
Print help.
--version
Print the version number.
Download (0.050MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
948 downloads
PerlPoint::Tags 0.45
PerlPoint::Tags is a Perl module that can processes PerlPoint tag declarations. more>>
PerlPoint::Tags is a Perl module that can process PerlPoint tag declarations.
SYNOPSIS
# declare a tag declaration package
package PerlPoint::Tags::New;
# declare base "class"
use base qw(PerlPoint::Tags);
PerlPoint is built a modularized way. The base packages provide parsing and stream processing for all translators into target formats and are therefore intended to be as general as possible. Thats why they not even define tags, because every translator author may wish to provide own tags special to the addressed target projector (or format, respectively). On the other hand, the parser needs to know about tags to recognize them correctly. That is where this module comes in. It serves as a base of tag declaration modules by providing a general import() method to be inherited by them. This method scans the invoking module for certain data structures containing tag declarations and imports these data into a structure in its own namespace. The parser knows about this PerlPoint::Tags collection and makes it the base of its tag handling.
It is recommended to have a "top level" tag declaration module for each PerlPoint translator, so there could be a PerlPoint::Tags::HTML, a PerlPoint::Tags::Latex, PerlPoint::Tags::SDF, a PerlPoint::Tags::XML and so on. (These modules of course may simply invoke lower level declarations.)
Note: We are speaking in terms of "classes" here but of course we are actually only using the mechanism of import() together with inheritance to provide an intuitive and easy to use way of declaration.
As an additional feature, the module provides a method addTagSets() to allow translator users to declare tags additionally.
<<lessSYNOPSIS
# declare a tag declaration package
package PerlPoint::Tags::New;
# declare base "class"
use base qw(PerlPoint::Tags);
PerlPoint is built a modularized way. The base packages provide parsing and stream processing for all translators into target formats and are therefore intended to be as general as possible. Thats why they not even define tags, because every translator author may wish to provide own tags special to the addressed target projector (or format, respectively). On the other hand, the parser needs to know about tags to recognize them correctly. That is where this module comes in. It serves as a base of tag declaration modules by providing a general import() method to be inherited by them. This method scans the invoking module for certain data structures containing tag declarations and imports these data into a structure in its own namespace. The parser knows about this PerlPoint::Tags collection and makes it the base of its tag handling.
It is recommended to have a "top level" tag declaration module for each PerlPoint translator, so there could be a PerlPoint::Tags::HTML, a PerlPoint::Tags::Latex, PerlPoint::Tags::SDF, a PerlPoint::Tags::XML and so on. (These modules of course may simply invoke lower level declarations.)
Note: We are speaking in terms of "classes" here but of course we are actually only using the mechanism of import() together with inheritance to provide an intuitive and easy to use way of declaration.
As an additional feature, the module provides a method addTagSets() to allow translator users to declare tags additionally.
Download (0.41MB)
Added: 2007-02-13 License: Perl Artistic License Price:
983 downloads
jsp File Browser 1.2
jsp File Browser is an easy to use and easy to install file browser java server page. more>>
jsp File Browser is an easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation.
Main features:
- Create, copy, move, rename and delete files and directories
- View Files (pictures, movies, pdf, html,...)
- Edit textfiles
- Upload files to the server (Status via Upload monitor)
- Download files from the server
- Download groups of files and folders as a single zip file that is created on the fly
- Execute native commands on the server (e.g ls, tar, chmod,...)
- View entries and unpack zip, jar, war and gz files on the server
- Just one file, very easy to install (in fact, just copy it to the server)
- Customizable layout via css file
- Restrict file access via black or whitelist
It should work with any JSP1.1 compatible server(e.g. Tomcat>=3.0), I tested it on Tomcat 4.0, Resin 2.1.7 and Jetty.
Enhancements:
- A read-only version was added.
- It is now also usable as an upload-center.
- Some UI enhancements were made, like shortkeys and a better layout.
- It should also load a bit faster.
<<lessMain features:
- Create, copy, move, rename and delete files and directories
- View Files (pictures, movies, pdf, html,...)
- Edit textfiles
- Upload files to the server (Status via Upload monitor)
- Download files from the server
- Download groups of files and folders as a single zip file that is created on the fly
- Execute native commands on the server (e.g ls, tar, chmod,...)
- View entries and unpack zip, jar, war and gz files on the server
- Just one file, very easy to install (in fact, just copy it to the server)
- Customizable layout via css file
- Restrict file access via black or whitelist
It should work with any JSP1.1 compatible server(e.g. Tomcat>=3.0), I tested it on Tomcat 4.0, Resin 2.1.7 and Jetty.
Enhancements:
- A read-only version was added.
- It is now also usable as an upload-center.
- Some UI enhancements were made, like shortkeys and a better layout.
- It should also load a bit faster.
Download (0.023MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1211 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above jsp tags search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed