Software As She’s Developed

Mahemoff’s Podcast/Blog - Web, Programming, Usabilty from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

Shindig Architecture: Java Gadget Server 2 - Servlets

February 26th, 2008 · No Comments

More raw Shindig notes. This time, looking at org.apache.shindig.gadgets.http. See Shindigging tag. I'll structure them just a little more this time. Main Servlet BasicHttpContext.java - data struct for country/language/locale GadgetRenderingServlet.java - The servlet that accepts gadget spec URL and prefs, and outputs the gadget content (typically in an iframe). Delegates heavily to GadgetServer, in order to get a [...]

[Read more →]

Tags: Links · SoftwareDev

Phobos - Server-Side JS Redux

November 11th, 2006 · 2 Comments

On Ajaxian, Dion points to Sun's Phobos project, an attempt to build a new platform for server-side Javascript. Phobos came out six months ago, around the time of the May Ajax Experience. No-one has taken server-side Javascript seriously since it died a premature death in the mid-90s. But there is great potential... Server-side Javascript would allow for [...]

[Read more →]

Tags: SoftwareDev

State of the Ajax Frameworks

October 17th, 2005 · 8 Comments

The publicly-editable Ajax Frameworks Page got a nice kick along in the past few days, presumably due to a recent link from Ajaxian. If this list is anything to go by, the most common language is pure-Javascript, and Java is, as you might have guessed, highest on the server-side, followed by .Net and PHP. Sections for Python and Perl were opened [...]

[Read more →]

Tags: Links · SoftwareDev

Must Have 5 Years “Ruby on Rails” Experience

September 16th, 2005 · 4 Comments

If there's one certainty in this industry, it's the ongoing hilarity of job ads. David Heinemeier Hansson found a job ad that mentions "Rails" in the same breath as "enterprise" and "whitepaper", and "struts" in the same breath as "latest and greatest": Should have ideally 5 years experience with all of the latest [...]

[Read more →]

Tags: SoftwareDev

Reading Open-Source Code

September 8th, 2005 · 2 Comments

Dave Crane looks into some Scriptaculous code. The main point is that Scriptaculous is easy for novice JS programmers to use, but the source code would be difficult, for novices at least, to understand. Which raises these questions: So, going back to the bigger picture, here’s something for the authors of JavaScript libraries to [...]

[Read more →]

Tags: Links · SoftwareDev