(N)IO Frameworks in Java
In this post, I have tried to briefly capture list of available Java IO application frameworks. IO Frameworks reduces the development time by... more »
0 commentsSave Tags: frameworks, java, open source
NotImplementedException and the Interface Segregation Principle
This week, Derrick Bailey will be in town (Austin) to talk about the SOLID principles. One of the hardest ones to talk about, and find examples for,... more »
0 commentsSave Tags: frameworks, methodology, opinion, trends
Thoughts On Domain Validation - Part 1
I have been thinking a bit lately about validation within the Domain. To clarify, I have been looking at entity validation within an application's... more »
0 commentsSave Tags: frameworks, opinion, trends
RTP implementation for .NET
In xsights we are doing a lot of work with mobile video, streaming and the like. We are also doing most of our development in C#. Up until recently... more »
0 commentsSave Tags: .net, frameworks, tools
Splash screens and iPhone development
Twitterrific has a splash screen and I would like to get rid of it. But I can’t. Splash screens hurt the user experience from a purely... more »
0 commentsSave Tags: apple, frameworks, gui, mobile
Described Enums in NHibernate
That's a generic IUserType for mapping enum columns using the descriptions of values instead of their names.
0 commentsSave Tags: .net, frameworks
Django: Really the Web framework for perfectionists?
Today, I am going to delve into another framework. This time it deals with the python programming language. As far as I know there is one huge web... more »
0 commentsSave Tags: frameworks, how-to, open source, python
Webby
Webby is a fantastic little website management system. It would be called a content management system if it were a bigger kid. But, it’s just a runt... more »
0 commentsSave Tags: frameworks, ruby
Drools 5.0 M2 New and Noteworthy Summary
The complete JIRA release notes can be found here.
0 commentsSave Tags: frameworks, java, news
Detecting if a Game Pad is Plugged in or Removed
This is a short tutorial on how to get your game to react when an usb device, such as a game pad, is plugged in or removed from the computer. This is... more »
0 commentsSave Tags: c-and-cpp, frameworks, games, windows
LINQ to Text or CSV Files - Part 1
With the introduction of LINQ in C# 3.0, the life of a developer has become very easy when it comes to querying collections. In this article, I will... more »
0 commentsSave Tags: .net, frameworks
Andromeda: Give it a chance
This PHP PostgreSQL framework takes frameworks to a completely different level. Once you use it with one project your concept of data will never be... more »
1 commentsSave Tags: database, frameworks, opinion, php
Oslo’s place in the modeling world…
A lot of news-sites published yesterday an article around Oslo … probably there was a journalist event in Redmond ;-)
0 commentsSave Tags: frameworks, microsoft, tools
Griffon Font Picker
A couple days ago while looking at random AIR apps, I came across Font Picker, a nice unitasker to show all the available fonts on one's system.
0 commentsSave Tags: frameworks, groovy
Little deception of List.ForEach(Action action)
I use foreach statement really often. It is useful and more compact than for. (This way is fast in same case but in same case it is slowly for... more »
0 commentsSave Tags: .net, frameworks, how-to, microsoft
Rotating Polymorphic Interface (RPI)
This is just an experiment. Just some fun. I was inspired by some logic I found that rotated a cube in 3 dimensions using POJ (plain old javascript).... more »
0 commentsSave Tags: frameworks, javascript, tools, web 2.0
WPF : A 3D screensaver written in WPF
I had to wait in today for a new washing machine to be delivered, so had a few hours to spare. So decided it might be fun to try and create a nice WPF... more »
0 commentsSave Tags: .net, frameworks
Glassfish and OpenID
Currently I am working on a solution to authenticate users with an OpenID in a JEE Application running on Glassfish. I need this Integration for a... more »
0 commentsSave Tags: frameworks, java, security, server
WPF Elliptical Layout Control - 3D!
After finishing my last post, WPF Elliptical Layout Control, I sat down and wondered what to do next. It occurred to me that creating a 3D carousel in... more »
0 commentsSave Tags: .net, frameworks, gui
EntitySpaces 2009 - Running under Visual Studio
EntitySpaces 2009 (see roadmap) will plug right into Visual Studio and it will use its own internal code generator. This means that Visual Studio... more »
0 commentsSave Tags: .net, frameworks, tools
Extending the RestLet application with support for POST/PUT to create and update Resources
In a previous post - First Steps with RestLet 1.1RC2 in JDeveloper 11g - restful services 101 - I introduced RestLet and how to use it for creating... more »
0 commentsSave Tags: frameworks, java, tools, web services
New hydration modes for Doctrine 1.1
I would like to announce the addition of two new hydration modes to the 1.1 branch that will be included in the 1.1 release: HYDRATE_SCALAR and... more »
0 commentsSave Tags: database, frameworks, php
D9 - Yet another tools project
I've started a new oss project under the name "D9". I'm adding all kinds of useful stuff I've written during my years doing .NET, that I didn't have... more »
0 commentsSave Tags: .net, frameworks
Poll of the Week: Do you find it easy to test a Grails Web Application?
This week we explore Grails Testing support.
0 commentsSave Tags: frameworks, groovy, opinion
Distributing your project with symfony embedded
With symfony 1.0, one of the nice features was the freeze option, which allowed you to package the symfony libraries inside your project quite easily.... more »
0 commentsSave Tags: frameworks, how-to, php
via