You cannot post messages because only members can post, and you are not currently a member.
Description:
Mach-II is a framework for developing object oriented MVC web-applications. The framework focuses on easing software development and maintenance. Mach-II was the first Object-Oriented framework for CFML and continues to mature as a strong and viable framework choice for developers.
|
|
|
Broken Docs?
|
| |
For a few days now, the Quick Start guide on the wiki has had several
"No macro or processor named 'Include' found" errors showing where
once there were docs...any idea what's up?
|
|
Question about event chaining
|
| |
What would be the best way to go about creating a "processing" page with
Mach II (besides going with jQuery)? I have a couple of long running stored procedures and want to display a
"processing" page to the user while the procedures are running in the
background.
Basically, I'm firing a method in a listener that calls two procedures:... more »
|
|
Reloading the Mach-II dashboard from ant
|
| |
I'm trying to build out an ant file that allows me to perform a
"refresh Application" from the ant file, so our release process
doesn't have to include manually clicking that button on every one of
our load-balanced servers.
Has anyone out there come up with an easy way of doing the refresh
application action from an ant build with the current Mach-II... more »
|
|
Listener, Service, Gateway, DAO, Bean
|
| |
I'm dissecting the MachBlog application in order to understand how to
design a Mach II application. So I have a question related to that.
The MachBlog application has a listener called "EntryListener" that
contains various setXXXService functions. These setXXXService
functions are called by ColdSpring to set the service objects in the... more »
|
|
Event Queue beyond request scope
|
| |
Hi Guys,
How do you all generally handle accessing Event data between multiple
requests. Here is the use case:
1. User submits a form.
2. Security plugin performs session check and announces a login event
because session has timeout out.
3. User logs in and using the continuationEvent we announce the... more »
|
|
File Upload Form Tag and Function
|
| |
I wanted to let everyone know that the <form:file> custom tag I mentioned a
while ago is (or will be tonight) in the nightly builds. You can read more
in the docs:
[link]...
It's pretty straight-forward but I'd love it if some of our users could put... more »
|
|
Exception Handling Error in the Nightly?
|
| |
I'm probably just being thick and missing something simple here, but
I'm having issues with exception handling. If I force an error by
putting an event name in to the URL string which is not defined in my
Mach-II config file, I'm getting the standard CF error with the
following message:
Type: MachII.framework.Event || Message: The value returned from the... more »
|
|
Integrating HomePortals into a Mach-II application
|
| |
Hello,
I am working on integrating a framework called HomePortals into a Mach-
II application. HomePortals works as a layout/rendering engine for
modular content. The idea is that you use it to gather multiple
independent widgets/modules and render them together in a single page;
very similar to the idea of portals and portlets.... more »
|
|
Question about new "urlExcludeEventParameter"
|
| |
I tried adding:
<property name="urlExcludeEventParameter " value="true"/>
...but it always shoots me back to my default event-handler. Am I
doing something wrong? this is my setup:
<properties>
<property name="applicationRoot" value="/root" />
<property name="defaultEvent" value="home" />... more »
|
|
|