MVC'ing and Ajaxifying BlogCFC : interest?
I know Ray just announced the development of BlogCFC 5.0, and I really admire and respect Ray for his contributions to the CF community. I just came up with the idea of porting blogCFC to an MVC framework, not Model-Glue, but a methodology that I use every day and it has proven to be extremely scalable to me. I also use ajaxCFC with my framework, and will be adding Ajax components to the blog; it won't be a one page RIA, but only small usability elements that would be nice to have.
So the question is ... should I wait until Ray released blogCFC 5, or should I branch it to a new version, using MVC and Ajax, branch a new open source project, and write a journey of my project ... again, just like Ray did with the Model-Glue series .. you see Ray! You're an inspiration :)
I'll take votes, hehe ... I know I want to write this, but I'm skeptical about missing some nice additions once the new version is out. It will be impossible to migrate those without rewriting them too.
Who votes for branching now and says wait? please back your side...
So the question is ... should I wait until Ray released blogCFC 5, or should I branch it to a new version, using MVC and Ajax, branch a new open source project, and write a journey of my project ... again, just like Ray did with the Model-Glue series .. you see Ray! You're an inspiration :)
I'll take votes, hehe ... I know I want to write this, but I'm skeptical about missing some nice additions once the new version is out. It will be impossible to migrate those without rewriting them too.
Who votes for branching now and says wait? please back your side...
TrackBacks
There are no trackbacks for this entry.
Trackback URL for this entry:
http://www.robgonda.com/blog/trackback.cfm?8C35CF59-3048-7431-E4592F265E90EF54
http://www.robgonda.com/blog/trackback.cfm?8C35CF59-3048-7431-E4592F265E90EF54









The only thing I am concerned about is the upgrade. There are so many things to do in life as it is, if you and Ray can make upgrades as easy as possible that is always appriciated.
I may have time to start development in about two weeks... I have that long to decide :)
methodParameters = getMetaData(variables[ajax.method]).parameters;
into
methodMetaDataDump = getMetaData(this).FUNCTIONS;
for (i=1; i LTE arraylen(methodMetaDataDump); i = i + 1) {
if (methodMetaDataDump[i].NAME eq ajax.method) {
methodParameters = methodMetaDataDump[i].PARAMETERS;
}
}
otherwise, this application doesnot work on Bluedragon J2EE 6.2.1
methodParameters = getMetaData(variables[ajax.method]).parameters;
into
methodMetaDataDump = getMetaData(this).FUNCTIONS;
for (i=1; i LTE arraylen(methodMetaDataDump); i = i + 1) {
if (methodMetaDataDump[i].NAME eq ajax.method) {
methodParameters = methodMetaDataDump[i].PARAMETERS;
}
}
otherwise, this application doesnot work on Bluedragon J2EE 6.2.1
Very much appreciated.
if (findnocase("ColdFusion",server.ColdFusion.ProductName) gt 0) {
methodParameters = getMetaData(variables[ajax.method]).parameters;
}
else {
methodMetaDataDump = getMetaData(this).FUNCTIONS;
for (i=1; i LTE arraylen(methodMetaDataDump); i = i + 1) {
if (methodMetaDataDump[i].NAME eq ajax.method) {
methodParameters = methodMetaDataDump[i].PARAMETERS;
}
}
}
http://www.Aylak.com http://oyun.Aylak.com http://sinema.Aylak.com