My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Feb 08, 2009
    r97 (New build of Edmund with cfSpec suite.) committed by seancorfield   -   New build of Edmund with cfSpec suite.
    New build of Edmund with cfSpec suite.
  • Feb 08, 2009
    r96 (Add Eclipse builder to run deploy task when you manually bui...) committed by seancorfield   -   Add Eclipse builder to run deploy task when you manually build the project.
    Add Eclipse builder to run deploy task when you manually build the project.
  • Feb 08, 2009
    r95 (mach-ii chaining spec) committed by patweb99   -   mach-ii chaining spec
    mach-ii chaining spec
  • Feb 08, 2009
    r94 (Added placeholder for Mach-II XML.) committed by seancorfield   -   Added placeholder for Mach-II XML.
    Added placeholder for Mach-II XML.
  • Feb 08, 2009
    r93 (Add initial spec for XML handling (Model-Glue). Uses new Sim...) committed by seancorfield   -   Add initial spec for XML handling (Model-Glue). Uses new SimpleBeanFactory.
    Add initial spec for XML handling (Model-Glue). Uses new SimpleBeanFactory.
  • Feb 07, 2009
    r92 (Tidied up, added several more behaviors.) committed by seancorfield   -   Tidied up, added several more behaviors.
    Tidied up, added several more behaviors.
  • Feb 07, 2009
    r91 (Added license.) committed by seancorfield   -   Added license.
    Added license.
  • Feb 07, 2009
    r90 (Removed dependence on getId().) committed by seancorfield   -   Removed dependence on getId().
    Removed dependence on getId().
  • Feb 07, 2009
    r89 (Added some basic event behaviors.) committed by seancorfield   -   Added some basic event behaviors.
    Added some basic event behaviors.
  • Feb 07, 2009
    r88 (Tidied up some existing behaviors, added several new ones.) committed by seancorfield   -   Tidied up some existing behaviors, added several new ones.
    Tidied up some existing behaviors, added several new ones.
  • Feb 07, 2009
    r87 (Adds mock listener and initial event handling spec that uses...) committed by seancorfield   -   Adds mock listener and initial event handling spec that uses it.
    Adds mock listener and initial event handling spec that uses it.
  • Feb 03, 2009
    r86 (cfspec) committed by patweb99   -   cfspec
    cfspec
  • Jan 27, 2009
    r85 (Add latest build of REST adapter (as well as source).) committed by seancorfield   -   Add latest build of REST adapter (as well as source).
    Add latest build of REST adapter (as well as source).
  • Jan 27, 2009
    r84 (Finally committing the REST adapter I wrote at Adobe and rel...) committed by seancorfield   -   Finally committing the REST adapter I wrote at Adobe and released under Adobe's Open Source License. Not sure why I'd never committed it to the org.corfield stuff before.
    Finally committing the REST adapter I wrote at Adobe and released under Adobe's Open Source License. Not sure why I'd never committed it to the org.corfield stuff before.
  • Jan 27, 2009
    r83 (Updated copyright to 2009 and added Pat Santora.) committed by seancorfield   -   Updated copyright to 2009 and added Pat Santora.
    Updated copyright to 2009 and added Pat Santora.
  • Jan 27, 2009
    r82 (Decided to use cfSpec instead of unit tests.) committed by seancorfield   -   Decided to use cfSpec instead of unit tests.
    Decided to use cfSpec instead of unit tests.
  • Jan 27, 2009
    r81 (Updated builds. Includes new Edmund functionality for announ...) committed by seancorfield   -   Updated builds. Includes new Edmund functionality for announce/results and requestName.
    Updated builds. Includes new Edmund functionality for announce/results and requestName.
  • Jan 27, 2009
    r80 (Add announce and results examples.) committed by seancorfield   -   Add announce and results examples.
    Add announce and results examples.
  • Jan 27, 2009
    r79 (Add missing var declaration.) committed by seancorfield   -   Add missing var declaration.
    Add missing var declaration.
  • Jan 27, 2009
    r78 (Reverted some of the request name logic. Burden of keeping r...) committed by seancorfield   -   Reverted some of the request name logic. Burden of keeping request name accurate falls on handleEvent() when it handles a new event being announced.
    Reverted some of the request name logic. Burden of keeping request name accurate falls on handleEvent() when it handles a new event being announced.
  • Jan 27, 2009
    r77 (init() still referred to variables.requestName - fixed.) committed by seancorfield   -   init() still referred to variables.requestName - fixed.
    init() still referred to variables.requestName - fixed.
  • Jan 27, 2009
    r76 (- Reverted setting requestName in dispatch call. Moved it to...) committed by patweb99   -   - Reverted setting requestName in dispatch call. Moved it to be contained within Event through the name method. - Adjusted variable name of requestName method from requestName to eventRequestName so the method name itself would not conflict via type as the variable originally was named requestName and the method was named requestName - Adjusted Event Handler to toss a message whenever a new event is announce through event chaining for reference purposes
    - Reverted setting requestName in dispatch call. Moved it to be contained within Event through the name method. - Adjusted variable name of requestName method from requestName to eventRequestName so the method name itself would not conflict via type as the variable originally was named requestName and the method was named requestName - Adjusted Event Handler to toss a message whenever a new event is announce through event chaining for reference purposes
  • Jan 26, 2009
    r75 (Updated requestName to hold first request so we have a paren...) committed by patweb99   -   Updated requestName to hold first request so we have a parent reference
    Updated requestName to hold first request so we have a parent reference
  • Jan 26, 2009
    r74 (Added in mach-ii and model glue style event chaining, Railo ...) committed by patweb99   -   Added in mach-ii and model glue style event chaining, Railo (Coldfusion) threading support and Railo type Logger method (current cfdump format)
    Added in mach-ii and model glue style event chaining, Railo (Coldfusion) threading support and Railo type Logger method (current cfdump format)
  • Jan 12, 2009
    issue 11 (Event Chaining) reported by patweb99   -   It would be fantastic to have event chaining in the here both programmatically and via the xml. Example: <event-handler event="mach"> <notify listener="m2" method="directCall" /> <publish message="msg1"/> <publish message="msg2"/> <event call="model"/> </event-handler> We could then chain out sync and async processes in a flash (no Adobe pun intended) -Pat patweb99@gmail.com
    It would be fantastic to have event chaining in the here both programmatically and via the xml. Example: <event-handler event="mach"> <notify listener="m2" method="directCall" /> <publish message="msg1"/> <publish message="msg2"/> <event call="model"/> </event-handler> We could then chain out sync and async processes in a flash (no Adobe pun intended) -Pat patweb99@gmail.com
  • Jan 12, 2009
    issue 10 (Threading in Railo) reported by patweb99   -   What are the changes of getting Railo threading in here? The company I work for is going down the jboss path and needs threading capabilities. Having this available would be a great selling point. I may be able to assist on this if you don't have something already. -Pat patweb99@gmail.com
    What are the changes of getting Railo threading in here? The company I work for is going down the jboss path and needs threading capabilities. Having this available would be a great selling point. I may be able to assist on this if you don't have something already. -Pat patweb99@gmail.com
  • Jan 12, 2009
    issue 9 (Thread Manager?) reported by patweb99   -   Hey Sean, This is really not an issue, but more of a possible enhancement. Can a threading manager get implemented into the framework so we can manage the threads being ran. Being able to: 1) check to see if a thread is still running and get statistics (total time running, etc) 2) kill a thread 3) make a thread go to bed (sleep) would be fantastic.
    Hey Sean, This is really not an issue, but more of a possible enhancement. Can a threading manager get implemented into the framework so we can manage the threads being ran. Being able to: 1) check to see if a thread is still running and get statistics (total time running, etc) 2) kill a thread 3) make a thread go to bed (sleep) would be fantastic.
  • Aug 30, 2008
    r73 (Tidied up threading code (removed eventHandler argument). Ad...) committed by seancorfield   -   Tidied up threading code (removed eventHandler argument). Added a helper class for ColdFusion so it actually works in async mode.
    Tidied up threading code (removed eventHandler argument). Added a helper class for ColdFusion so it actually works in async mode.
 
Hosted by Google Code