Rodney Rindels wrote:

     >
    Dare I ask!? I dare! What is _your_ style of development regarding
    Mason?  :)

    Robert



I'm not sure what others do, but 99% of my backend logic is in my own modules. I used to follow the style like the book, but in more recent times abandoned it to something more testable, and transparent to the web developers. I think it really helps to seperate the two logically for many reasons, then I supply our "make it pretty" people with a defined API to code to, like $m I supply the web developers with a $app that holds all the core business logic and removes all connectivity, classes, subrequesting, necessary. It really allows the web developers to just build web pages / applications effectively. Once they get used to it, they really appreciate never touching real code, other than component calls, and an occasional layout loop.

--Rodney
I guess I will have to get the book or read the site to find out how that is different. :)

Robert



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to