Category Archives: Platforms

Cookies in JSF

If you ever need a reminder… Gareth Thomas Hill: Cookies in JSF. (hint) they are in the http servlet request and response that you get from the Faces ExternalContext

Posted in Java EE | Leave a comment

Jvm web framework feature matrix

Nice to know. A spreadsheet simply rating characteristics of each framework. Grails Spring MVC Rails are the top players JSF was one of the more poorly ranked. Though they didn’t differentiate between v1 or 2. http://spreadsheets.google.com/pub?key=0AtkkDCT2WDMXdC1HOEtnUHpCejJMbUhGeGJWUmh5dVE&hl=en&output=html

Posted in Grails, Platforms, Spring, Web Applications | Tagged | Leave a comment

Creating mobile web applications with jQuery mobile and Grails

Creating mobile web applications with jQuery mobile and Grails The blogger demonstrates how easy it is to integrate the new jquery mobile library with Grails and easily create mobile views in scaffolding. I wasn’t familiar with the grails install-templates command … Continue reading

Posted in Grails | Leave a comment

mod_pagespeed

There is a new mod from Google for Apache servers called mod_pagespeed that removes redundant HTML before sending it to the client.  Very neat idea.  Makes me shed a tear I am wanting to move our legacy php into a … Continue reading

Posted in Hosting, Platforms, Web Applications | Leave a comment

Glassfish V3.0.1 and Update Tool

When installing plugins for glassfish at work I would receive a Premature EOF just after accepting the license terms for the plugin. This would occur regardless of method used, updatetool cli, gui or web. Strangely it worked at home, but … Continue reading

Posted in Java EE, Outrospective.org | Tagged , | Leave a comment

Java EE, Spring, and why I care

Finally a post that seems to be sticking up for the Spring framework. (nice change) Java EE, Spring, and why I care « techscouting through the news. Sure EJB 3.1 does make things easier, but it has taken a lot … Continue reading

Posted in Java EE, Spring | Leave a comment

PHP and GlassFish

The Aquarium: PHP and GlassFish – Links Update. Two free solutions PHP JavaBridge or LRWPInJava.

Posted in PHP, Platforms, Web Applications | Tagged | Leave a comment

NoSQL at Twitter presentation

Man these guys are smart.  http://www.slideshare.net/kevinweil/nosql-at-twitter-nosql-eu-2010 Talks about Twitters many different approaches to storage (Hadoop, Cassandra, FlockDB) and the tools used in querying of that data to answer questions (Pig)

Posted in Cloud, Database, Spring | Tagged , , , , | Leave a comment

Embedding Tomcat 7 in your App

So what if you ship with a plain old Apache server just to run some aging PHP.  If you have an server app running all the time, according to this post, it looks like you can embed Tomcat, just like … Continue reading

Posted in Hosting, Java, Java EE | Tagged , | Leave a comment

Facebook as a business platform

I recently attended the Thoughtworks Quarterly Briefing which was about their Tech Radar – a whats hot in upcoming and existing software dev technologies.  One thing that came up as surprising was the idea of Facebook as a Business Platform.  … Continue reading

Posted in Platforms, Software Development | Tagged , , , | Leave a comment