I believe I might have a good solution to making AppFuse work better
with static resources. By static resources, I mean HTML
files/templates used by tools like Dojo and FCKEditor. Basically, we
tend to have issues with these tools because we use a .html extension
for Controllers/Actions. If we move away from it and use something
else (i.e. .action for Struts 2, or .app for all AppFuse frameworks),
we could solve this problem.

The only extension I like better than .html is no extension at all. In
other words, in 2.1 we could move to something like .app, but you'd
never see this extension in your applications. We'd use the
UrlRewriteFilter to forward all extensionless URLs to .app. I believe
this will work. To learn more, please see the following blog entry.

http://raibledesigns.com/rd/entry/extensionless_urls_in_java_web

Thoughts?

Thanks,

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to