AppFuseSupport |
|
Your trail: |
This is version 43.
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.
Common Questions
- 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.
- What is AppFuse? This article
explains it best.
- 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 . Also, this wiki has recently been locked down b/c of spammers so you'll need to get a username/password from me to post anything.
Development with AppFuse
- HowTo setup your Development Environment. This is what I typically use when building a new machine. It includes environment variables, downloads, where to install applications, etc.
- What are the major ant tasks? What do they do?
- See AppFuseAntTasks.
Security Questions
- 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
Struts Specific
Database Questions
- I'm have methods that throw exceptions in a Transaction and nothing is being rolled back. What gives?
- MySQL's default tables (MyISAM) do not support transactions by default. Add the following line to your my.ini (C:\Windows) or my.cnf file. You could also use PostgreSQL
.
[mysqld]
default-table-type=innodb
- BTW, MySQL Administrator
is a nice tool for administering/monitoring MySQL.
Application Server Questions
- See AppFuseOnOrion - Orion is the embedded server in Oracle AS.
Continuous Integration
Archived Questions (no longer relevant)
|