Télécharger la liste

Description du projet

Ajaqs is a Web application that organizes FAQs on a per-project basis. The UI is templatized, the content is internationalized, and the styles are highly configurable. Secure login is provided via webapp security constraints. The backend uses an O-R mapping tool to achieve independence of database-specific queries. RSS feeds provide subscribers continuous updates on a per-project or per-FAQ basis. FAQs are dynamically served up as HTML pages, and can optionally be streamed to clients as PDF content.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-09-10 10:36
1.1.4

La gestion des exceptions dans toutes les servlets a été réaménagé. Pour les exceptions qui correspondent à l'interaction interface utilisateur, l'application maintenant récupère gracieusement en affichant une erreur de l'interface utilisateur adaptée. Sinon, l'utilisateur final est acheminé vers une page JSP spéciale qui affiche une trace de la pile de l'exception. L'objectif de l'essai dans build.xml travaille maintenant pour ceux qui s'intéressent à la validation de leur connectivité de base de données. Des détails ont été fournis dans le document d'installation.
Tags: Minor bugfixes
Exception handling in all servlets was revamped. For exceptions that correspond to UI interaction, the application now gracefully recovers by displaying a suitable UI error. Otherwise, the end-user is routed to a special JSP that displays a stack trace for the exception. The testing target in build.xml now works for those interested in validating their database connectivity. Details were provided in the installation document.

2005-09-07 09:01
1.1.3

Cette version intègre Jakarta Commons DBCP pour la connexion de base de données mise en commun avec MySQL. Poolman a été radié du projet. Liens de navigation ont été plus ou moins normalisée dans toutes les pages JSP.
Tags: Minor feature enhancements
This version incorporates Jakarta Commons DBCP for
database connection pooling with MySQL. PoolMan
has been expunged from the project. Navigation
links have been more or less normalized across all
JSPs.

2005-09-05 09:30
1.1.2

Cette version améliore l'efficacité des JSP de livraison de contenu en minimisant l'espace blanc lors de la compilation de la guerre webapp-file, et en utilisant un filtre qui compresse JSP contenu avant la livraison aux clients qui prennent en charge du contenu compressé. Voir le descripteur de déploiement web.xml pour les détails.
Tags: Minor feature enhancements
This release enhances the efficiency of JSP
content delivery by minimizing white-space during
compilation of the webapp war-file, and by using a
filter that compresses JSP content before delivery
to clients that support compressed content. See
the deployment descriptor web.xml for details.

2005-08-30 08:42
1.1.1

Cette version fournit des flux RSS sur une base par FAQ.
Tags: Minor feature enhancements
This version provides RSS feeds on a per-FAQ basis.

2005-08-18 15:51
1.1

Cette version a été porté à Castor 0.9.7, le servlet / JSP 2.4/2.0, et la JSTL 1.1.
Tags: Minor bugfixes
This version has been ported to Castor 0.9.7, the
Servlet/JSP 2.4/2.0, and the JSTL 1.1.

Project Resources