rdiff-backup browser is a web application to browse backup histories of rdiff-backup. It is written in Java and works on the Java application server such as Apache Tomcat.
rdiff-backup browser is a web application to browse backup histories of rdiff-backup. It is written in Java and works on the Java application server such as Apache Tomcat.
Mirage is a simple SQL centric database access library. See the following URL to know about Mirage:
Here is the list of changes in Mirage 1.0.5:
In addition, Apache Click example is updated to use Apache Click 2.2.0 and Mirage 1.0.5. You can get it from the download page.
I wish that Mirage helps your development. Enjoy!
JSEL provides standard JSP-EL functions for web application development such as escaping HTML tags, URL encoding and formatting Date or Number. You can use it with many web frameworks which use JSP as view technologies.
Here is the list of new features in this release:
You can print message if the log log level is enabled using functions such as log:printDebug().
${log:printDebug('DEBUG level is enabled.')}
And also you can test whether log level is enabled using log:isDebugEnabled().
<c:if test="${log:isDebugEnabled()}">
DEBUG level is enabled.
</c:if>
Please see the TLDDoc to know details of available functions.
You can subscribe this list at the following page:
http://lists.sourceforge.jp/mailman/listinfo/amateras-mirage
And Mirage 1.0.5 which contains some new features such as batch updating and entity generation tool and also new click-mirage-examples would be released soon!
Mirage is a simple SQL centric database access library. See the following URL to know about Mirage:
Here is the list of changes in Mirage 1.0.4:
I wish that Mirage helps your development. Enjoy!
ClickIDE is an Eclipse plug-in for the developing Click web applications.
This version supports Apache Click 2.2.0 and fixed some issues.
Enjoy Click!
EclipseHTMLEditor is an Eclipse plug-in which provides HTML, XML, JSP, JavaScript, CSS and DTD editor.
The main topic of this release is improvement of JavaScript editor. Enhanced JavaScript parser provides many new features for code completion, hyperlink and the outline view.
Here is a list of new features in this release.
See details here about new features.
Enjoy your development!