Archive for 'WebObjects'
Coding Horror: You’re Doing It Wrong
[From Coding Horror: You're Doing It Wrong] Jeff Atwood talks about templating engines (for generating html) being wrong… and I agree, with code like this: <%foreach (var User in Users) { %> <div class=”action-time”><%= ActionSpan(User)%></div> <% if (User.IsAnonymous) { %> <div class=”gravatar32″><%= RenderGravatar(User)%></div> <div class=”details”><%= RepSpan(User)%><br/><%= Flair(User)%></div> <% } else { %> <div class=”anon”>anonymous</div> <% [...]
Posted: February 5th, 2009 under QI Software, Tech Talk, WebObjects.
Comments: 1
Getting Started With WebObjects
Getting Started With WebObjects WebObjects has a supportive and active user community. It’s great to see this little site for the WebObjects community. Big thanks is due to David LeBer for getting that up there. If you’re starting out with WO, or looking to, or looking into it, this is a great place to start.
Posted: June 14th, 2007 under WebObjects.
Comments: none
Web – Use the Ruby on Rails Alternative …. ?
Web – Use the Ruby on Rails Alternative: Ruby on Rails is simpler than J2EE for developing MVC Web applications. Ugh. If good old Deepak Vohra had used WebObjects maybe he’d have written this article differently. Oh well. Rails is nice and all, but having done a bit more in depth with it, and done [...]
Posted: April 18th, 2007 under WebObjects.
Comments: none
Reading Books…
This is my second (or maybe third) time starting off on Agile Web Development with Rails—Second Edition. Yeah, it’s for work. From reading through scads of Rails and Ruby code I feel I have an appreciation of the language and framework, for the most part. I still miss WebObjects, a lot, when I have to [...]
Posted: March 8th, 2007 under General, WebObjects.
Comments: none
WO Chatter
I’ve got to say, it’s nice to see the level of traffic on the webobjects-dev list lately. Hopefully the latest developments (soon to be released publically) will lead to some interesting efforts by the community. Cafe Press is even getting some new WO blood. And the pre-WWDC-inspired shirts from the mailing list: WO iTMS WO [...]
Posted: August 13th, 2006 under WebObjects.
Comments: none