I'm also confused about Tapestry4 with jdk1.4/jdk1.3.

Instead of using jdk1.5 annotations i think you create an xml file under 
/WEB-INF/app.properties   , where "app" is the name of the servlet in this 
example  

I quoting from the example:

We'll create an application specification for our application, and store the 
configuration data there. An application specification is an XML file that 
provides extra information about the application to Tapestry. It is optional; 
we didn't have one in the previous example. 

The name of the servlet ("app", in this example) is appended with the extension 
".application" to form the name of the specification. The specification itself 
is stored in the WEB-INF folder of the web application. In our project, it is 
stored as src/context/WEB-INF/app.application: 


Useful docs
jdk1.3/1.4 non annotations: 

Corresponding jdk1.5 annotations: 
http://jakarta.apache.org/tapestry/tapestry-annotations/index.html


-------------------- m2f --------------------

Sent from www.TapestryForums.com

Read this topic online here: <<topic_link>>

http://www.tapestryforums.com/viewtopic.php?p=14420#14420

-------------------- m2f --------------------


Reply via email to