Context Matters When Discussing Frameworks
As if web framework religious discussions weren’t annoying enough, one thing that I always think is missing from such debates is context... more »
Tweet 0 Comments Save Tags: frameworks , java
Getting started with compojure
Short tutorial on how to get started writing a web application using clojure and compojure.
Tweet 0 Comments Save Tags: frameworks , java
Running Rails 3 on Windows
This is a tutorial about setting up Ruby 1.9.2 and Ruby on Rails 3.0 on Windows. It includes setting up SQLite3 and using it as your... more »
Tweet 0 Comments Save Tags: frameworks , microsoft , ruby , windows
Consuming WCF Service in Silverlight4 Projects
Silverlight applications cannot access server-side classes or variables without mediator like Web Service or WCF Service or WCF RIA. Now... more »
Tweet 0 Comments Save Tags: .net , frameworks , ria , web services
Nice and Naughty Transactions in Hibernate and Spring
I came across a very interesting fact about Spring transaction management.
Tweet 1 Comments Save Tags: frameworks , how-to , java , reviews
10 Useful jQuery Snippets
Following are 10 Useful jQuery snippets for any website.
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , web 2.0
How to use JMS for Synchronous Communication
A Simple Example to Explain how to use JMS for syn communications.
Tweet 0 Comments Save Tags: frameworks , java , standards
Scala: SwingBuilder Essentials
A distinguishing feature of the Groovy programming language is its builders. A Groovy builder lets you imbed hierarchical structures... more »
Tweet 0 Comments Save Tags: frameworks , groovy , how-to , other languages
DateTime.Now in v4.0 Causes Dynamic Memory Allocations
DateTime.Now's new implementation in v4.0 appears to be more memory-consuming than in previous releases. Even though the Int32 boxings... more »
Tweet 0 Comments Save Tags: .net , frameworks , microsoft , windows
IceCube Builder on the NetBeans Platform
IceCube is a complete integrated environment for the simple authoring and publishing of complex and fully interactive 3D animations... more »
Tweet 0 Comments Save Tags: frameworks , java , tools
Grails: A Real-Life Projects Review
A lot of web frameworks are competing with each nowadays. Rather than bold statements on the frameworks homepage, information about real... more »
Tweet 0 Comments Save Tags: agile , frameworks , groovy , web 2.0
OSGi Readiness — Loading Classes
In my previous post on “OSGi Compliance”, I discussed the idea of making libraries ready for OSGi without depending on OSGi directly. In... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , trends
Persistent State Machine with Apache SCXML
I'm bored of reinventing the wheel. Everytime I need a state machine to ensure my states traverse only valid transitions, I find myself... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java
Duplicate the jQuery Homepage Tooltips
jQuery's homepage has some great tooltips! The amount of jQuery required to duplicate this effect is next to nothing; in fact, there's... more »
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , web design
Wicket, Hibernate and Filters
If Hibernate has been blocking your wicket app (or the other way around), check your web.xml
Tweet 0 Comments Save Tags: database , frameworks , java , xml
Simple Dependency Injection using a Custom MVC Controller Factory
Whenever I develop an MVC application there is always some degree of data access required. As a best practice, I usually define a... more »
Tweet 0 Comments Save Tags: .net , frameworks
Client-side Validation in Grails
Grails provides powerful and easy-to-use constraint validation. With a few short lines in a simple DSL, you can ensure that required... more »
Tweet 0 Comments Save Tags: frameworks , groovy , how-to , javascript
Write More Understandable Java Tests with Matcher Objects — Developer.com
Write More Understandable Java Tests with Matcher Objects and FEST-Assert API
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Installing Ruby 1.9.2 and Rails 3 stable on Ubuntu
Short note about installing Ruby 1.9.2 and Rails 3 on Ubuntu 10.04
Tweet 0 Comments Save Tags: frameworks , ruby , unix-linux
Johnson: vFabric Delivers the Promise of VMware's Spring Acquisition
It didn't take VMware's SpringSource division long to integrate and wrap up some of their most recently acquired technologies into a... more »
Tweet 0 Comments Save Tags: frameworks , java , server , tools
Funky Grails Tables with YUI DataTable
Need to present some tablular data sources from a backend datasource and looking for a slick and painless cross-browser solution? You... more »
Tweet 0 Comments Save Tags: frameworks , groovy , javascript
Vaadin: Proof of Concept for Magnolia CMS
After the recent blog posts about Magnolia's technology evaluation (GWT, Ext-JS, Ext-GWT and Vaadin) here comes the follow up: the... more »
Tweet 5 Comments Save Tags: frameworks , gui , java , open source
Nicer DSLs in Groovy 1.8 thanks to Extended Command Expressions
A quick heads-up to tell you about an upcoming Groovy 1.8 feature which will allow us to make nicer DSLs. This feature will be available... more »
Tweet 0 Comments Save Tags: frameworks , groovy , java , reviews
Top 20 Business Apps
The GetApp.com Top 20 Business Apps ranking is based on a composite algorithm that incorporates several criteria, including listing... more »
Tweet 2 Comments Save Tags: frameworks , opinion , reviews , trends
The Joy of Moq - Multiple Interfaces
A bare bones introduction to mocking multiple interfaces with Moq.
Tweet 0 Comments Save Tags: .net , frameworks