Ajaqs

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.

Tags Information Management Internet Web Dynamic Content Message Boards Software Development Documentation Office/Business groupware Indexing/Search
Licenses GPL
Operating Systems OS Independent
Implementation Java SQL

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  24 Mar 2006 10:32
  • Rrelease-after

Changes: To facilitate a clustered deployment, objects stored in the HTTP session are now serialized. JSPs that do not persist session data now explicitly disallow HTTP session creation. The logout servlet has been re-positioned as a non-secured resource.

  • Rrelease-mid
  •  23 Mar 2006 10:37
  • Rrelease-after

Changes: The Ant build process now utilizes Jasper to pre-compile JSPs into the war file.

  • Rrelease-mid
  •  02 Oct 2005 12:13
  • Rrelease-after

Changes: The set of FAQs associated with a project is optionally served up as a single PDF resource. This is in contrast to the previous release, which just supported per-FAQ downloads as PDF resources (this feature still exists).

  • Rrelease-mid
  •  16 Sep 2005 01:43
  • Rrelease-after

Changes: This version incorporates the iText package in order to transform FAQs into PDF resources that are streamed into a servlet response on the fly. Note that MSIE clients only work if compression-filtering is turned off on the PDF-generation servlet in the deployment descriptor web.xml.

  • Rrelease-mid
  •  12 Sep 2005 22:37
  • Rrelease-after

Changes: RSS feeds are now supported on a per-project basis. Forms are now more robust with respect to input errors. Downloading attachments now works on IE, assuming the client has support for "private" caches as specified in the HTTP 1.1 specification.

Rss Recent comments

Rcomment-before 01 Oct 2003 10:31 Rcomment-trans kodeCharlie Rcomment-after

Bug fix for creating projects from admin front-end.
In src/com/beardediris/ajaqs/util/NewProject.java,
just set the 'true' to 'false' in line 84, as so:

Collection all = query.getAllFaqUsers(false);

Rcomment-before 06 Sep 2003 09:38 Rcomment-trans kodeCharlie Rcomment-after

Porting to PostgreSQL
To get Ajaqs to work with PostgreSQL, you must
use the database.xml configuration because PoolMan
will not work with the PostgreSQL driver.

50ac94597acd2b20c8c4ae896c6eb454_thumb

Project Spotlight

PHP-Calendar

A Web-based calendar written in PHP/SQL.

No-screenshot

Project Spotlight

Alpine

A simple text-based mail client.