Showing posts with label coldfusion. Show all posts
Showing posts with label coldfusion. Show all posts

Tuesday, March 30, 2010

New Web Stack (STAR)

Trying to start a new web stack

[edit]follow link http://aphatak.blogspot.com/2010/08/star-stack.html to read and download the stack [edit]


S = SQLite (embed db and jdbc driver)
T = Tomcat (as dedicated Railo Container with SQLite JDBC driver)
A = Apache (for serving static stuff. Will try to sever this from WAMP stack, maybe)
R = Railo (cfml engine)


Off these, I have been able to take Tomcat and integrate it with Railo (this is also documented on Jamie Krugg's blog)

Remember...you saw it here first !!

Thursday, December 25, 2008

An overly simple Model-Glue app

So there is good documentation on Model-glue framework. I followed along with their “Pig Latin Translator” but decided I need something more realistic. Who uses a translator that translates to “Pig Latin”? So here is a more realistic Login –> Validate Login –> show view on correct login || show error and login screen on bad login info type application in Model Glue.
If you understand this and follow, you’d have known the most of model glue in its basic form.

Thursday, December 04, 2008

An Overly simplistic ColdSpring Application

This just to get you started on building a basic coldspring application. This topic is beaten to death everywhere else, and I’ve just posted this to do my part in cluttering the web (and to give me a starting point in learning CS). For more documentation go here.

ColdSpring Directory Structure

An example of a simple Coldspring application that has a USER bean and a USERSERVICE class.