AJAX TAGS

Use GitHub to post feature requests for phpwcms.
Locked
jarocho
Posts: 6
Joined: Mon 17. May 2004, 20:06

AJAX TAGS

Post by jarocho »

Hola :

Very nice for phpwcms

http://ajaxtags.sourceforge.net/index.html

Saludos

Jarocho
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Requirements:
To use the tag library, you'll need the following:

JDK 1.4+
Servlet container running Servlets 2.3+ and JSP 1.0+ (Note: sample application requires Servlet 2.4 and JSP 2.0)
Copy of the Prototype framework. Currently, we depend upon version 1.3.1.

Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for Web 2.0 developers everywhere.


If you intend to build from the source, you'll need the following:

Maven 1.0.2
All source dependencies

The following is a list of dependencies for this project. These dependencies are required to compile and run the application:

Artifact ID Type Version

commons-beanutils jar 1.7.0
commons-lang jar 2.1
jericho-html jar 1.5-dev1
jsp-api jar 2.0-20040521
jstl jar 1.0.6
log4j jar 1.2.8
maven-taglib-plugin plugin 1.3
servletapi jar 2.4-20040521
struts jar 1.2.4
standard jar 1.0.6
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

then we will end up with something like typo3 - that aint easy to install because it have high requirements to the server... That aint in the spirit of phpwcms - amen :D

and btw: we dont like post with a capital subject LIKE THIS
Last edited by frold on Sun 27. Nov 2005, 11:49, edited 2 times in total.
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

@ Frold
yep - you're Right - this is only useble for People with their own Server - most Providers doesn't have all this installed.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Frold wrote:then we will end up with something like typo3 - that aint easy to install because it have high requirements to the server... That aint in the spirit of phpwcms - amen
100% agree, as phpwcms strengths should be re-inforced.
Pico wrote:this is only useble for People with their own Server - most Providers doesn't have all this installed
Nevertheless, if somebody goes that way and has a known/available server that can do that and implemented AJAX with phpwcms, let me/us know!

Ajax is still a strange word for most of pple (including me... I don't get it all apart using XML, javascript, CSS, html, xslt, ... very techy :oops: ) but if you read here and there you can see it's coming... so if somebody (DeXXus?) thinks it's worth it and shows the way, why not? :roll:

Cheers
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Kosse wrote:so if somebody (DeXXus?) thinks it's worth it and shows the way, why not? :roll:

Cheers
I take no credit and have no firm position. The user "jarocho" made his observation. I was merely pointing out the unusual (other than "phpwcms") requirements.
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

DeXXus wrote:
Kosse wrote:so if somebody (DeXXus?) thinks it's worth it and shows the way, why not? :roll:

Cheers
I take no credit and have no firm position. The user "jarocho" made his observation. I was merely pointing out the unusual (other than "phpwcms") requirements.
No problem, I wasn't saying you should do it... ;)
As I have no position at all concerning this, because I don't know enough about it, so actually my post was more about "why not" then saying DeXXus has to... :D

Cheers
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

No problem here either :lol:
Just wanted folks to direct questions and PM's to user "jarocho" :wink:
Locked