AppFuseSupport |
|
Your trail: |
This is version 35.
It is not the current version, and thus it cannot be edited.
[Back to current version]
[Restore this version]
This is a list of questions that relate to AppFuse. You might also checkout the AppFuse Tutorials and StrutsResume Support pages.
- Where is UserForm.java? Answer: The UserForm.java file is generated by XDoclet using Ant. If you run "ant compile" it gets generated into build/web/gen/org/appfuse/webapp/form.
- HowTo use NTLM authentication with appfuse? Using the jCIFS, one can use the jcifs.http.NtlmHttpFilter to use the NTLM authentication in Tomcat. Matt can you give some pointers if this can be integrated with AppFuse?
- Here is how I used Andy Armstrong's JAAS Login Modules to get Tomcat to talk to an NT Domain. It's been over a year since I tried it - but it worked quite well at the time. I have no experience with jCIFS - but if you get it working - please let me know. I'd be happy to help you write a howto on this wiki for it. ~ Matt
- What is AppFuse? It's an application that is meant to demonstrate how to use XDoclet with Struts to generate your Forms, web.xml, struts-config.xml, and validation.xml. It's also designed to show how you can use the different security packages (i.e. form-based authentication, SSLExt) and advanced Struts techniques (i.e. Tiles, Validator) to build your webapps. It also integrates with Hibernate on the backend to do database persistence.
- To support multiple developers with the same instance of Tomcat, simply change "${webapp.name}" to "${user.name}" in the various deployment methods.
- How to use AppFuse with Oracle?
- See AppFuseOnOrion - Orion is the embedded server in Oracle AS.
- Is this the right place to ask Appfuse questions?
- Sure, but you'll probably get more visibility and input from the help forum or mailing list.
- What are the major ant tasks? What do they do?
- See AppFuseAntTasks.
If you want to setup build.xml graphics, like the PowerPoint Preso has, read setting up vizant.
|