Why is Ra-Ajax so slow...?
Why is Ra-Ajax so slow was one of the questions we had at our Stacked installation today, here is the LONG answer...
0 commentsSave Tags: .net, ajax, frameworks, open source
Mate Framework for Adobe Flex
I just wanted to share with you a great framework I have been using recently called Mate (pronounced ma-tay).
0 commentsSave Tags: flash-flex, frameworks, methodology, ria
Test Flash Remoting Call
A tool for testing flash remoting calls
0 commentsSave Tags: .net, flash-flex, frameworks, tools
Selectors for WebControls - Querying into the Control hierarchy on the server
A 20 lines long selector for Control and WebControl hierarchies...
0 commentsSave Tags: .net, frameworks, how-to, open source
Generating HTML with Haskell
If you want to generate HTML pages from Haskell, there are a few different approaches available. The Haskell.org wiki lists several web-related... more »
0 commentsSave Tags: frameworks, other languages
Java Mobility Podcast 62: Microlog
Johan Karlsson discusses Microlog, a small logging library for Java ME, with Terrence Barr.
0 commentsSave Tags: frameworks, java, mobile
Good Enough MVC
GEMVC is a simple architectural framework for Flex that provides basic Model-View-Controller constructs for your applications. The basic tenet is that... more »
0 commentsSave Tags: flash-flex, frameworks
Cometd + Wicket
First off, I think I like wicket, its a pretty neat framework and it has some pretty solid integration with ajax which is interesting. I have to say... more »
0 commentsSave Tags: frameworks, java, javascript, server
To Grails or not to Grails?
I had the privilege of speaking with Mr. Grails, Graeme Rocher at Spring One Americas. I'm personally not sold on using Grails as a whole for my... more »
0 commentsSave Tags: frameworks, groovy, opinion
Creating a NetBeans Platform Toolbar in 6.5
Creating a new toolbar for NetBeans IDE is now easy in 6.5. Just use the New Action wizard, which gives you an "ActionListener", and then replace the... more »
0 commentsSave Tags: frameworks, java, tools
Integrating ZK and Spring Web Flow
In this article, Henri Chen, co-founder of ZK framework, will demonstrate with an example the way to navigate a work flow with ZK, Spring Security,... more »
0 commentsSave Tags: frameworks, java
Spring Integration 1.0 Released
Spring Integration 1.0 GA has been readied for download, and soon will be available.
0 commentsSave Tags: frameworks, java, open source, web services
vraptor mini-Review – wiring Code and Views
Review of alternative MVC framework vraptor.
0 commentsSave Tags: frameworks, java, open source, reviews
reflections - A Java runtime metadata analysis, in the spirit of Scannotations
Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many... more »
0 commentsSave Tags: frameworks, java
Exjali : EXpressiveness JAva LIbrary
Inspired by the buzz around Java 7 and "new" JVM language (Groovy, JRuby, Scala, ...), Exjali is a small Java librairy, allowing more expressive... more »
0 commentsSave Tags: frameworks, java
Building an Animated Cartoon Robot with jQuery
Aside from being a fun exercise, what purpose does something like this have? None that’s plainly obvious. Its about as useful as a miniature ship in a... more »
0 commentsSave Tags: ajax, frameworks, how-to
Question of the Day -- What's Worse?
From Twitter yesterday, I was griping about how once you use a Generics Constraint once and suddenly that same constraint has to immediately ripple... more »
0 commentsSave Tags: frameworks, opinion, trends
What Problems Are We Trying to Solve?
As we hear from more and more developers who have started using the Live Framework or who are trying to understand it, it’s clear that some of you... more »
0 commentsSave Tags: .net, frameworks, microsoft, trends
Creating Temporary Passwords - Bring in da' Func>
One of the features that I really like in .NET 3.5 is Func. For those of you who aren't familiar with Func, it is simply a delegate. While I... more »
0 commentsSave Tags: .net, frameworks, how-to
Modifying the HTTP Response Using Filters
When a browser requests an ASP.NET page from a web server, the ASP.NET engine takes that request through a number of steps that, together, generate... more »
0 commentsSave Tags: .net, frameworks, how-to
TestDriven.NET 2.18 + NUnit 2.5 Beta
I’ve just uploaded a new version of TestDriven.Net with support for NUnit 2.5 Beta. There’s a menagerie of weird and wonderful new attributes to... more »
0 commentsSave Tags: .net, announcement, frameworks, tools
Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval
LINQ to SQL supports a wide range of scenarios that involve stored procedure mapping and usage. This also happens to be an area where there is a... more »
0 commentsSave Tags: .net, database, frameworks, how-to
Calling Remote ASP.NET Web Services from JQuery
I spent the best part of a day banging my head against the wall with this problem and I thought that I’d share the solution that I came up with. I’m... more »
0 commentsSave Tags: .net, frameworks, javascript, web services
Do Not Litter Your Code With Null Checks
Just read the following post on the performance of try/catch and throwing exceptions. In the author’s small (and completely unrepresentative of... more »
0 commentsSave Tags: .net, frameworks, opinion
Silverlight install experience best practices
First a word on the “continuum” I keep hearing about for applications. I’d like to apply it to my digital lifestyle. You know that vision where you... more »
0 commentsSave Tags: .net, frameworks, ria, trends