A basic PureMVC MultiCore AS3 example using Pipes Utility and Modules
These days I’ve been playing around with the latest cool utility for PureMVC MultiCore AS3 called “Pipes Utility” developed by Cliff Hall. It’s a very... more »
0 commentsSave Tags: flash-flex, frameworks
Things to watch for when Porting from PureMVC to PureMVC multicore
So you’ve built the majority of your application in PureMVC and now you wanna lob a module or two in there. Go ahead. Add that excitement to your... more »
0 commentsSave Tags: flash-flex, frameworks
Spring Recipes: A Problem-Solution Approach
Spring Recipes covers Spring 2.5 from basic to advanced, and introduces several common Spring projects that will bring significant value to your... more »
0 commentsSave Tags: books, frameworks, java, reviews
Erlang Mnesia or ETS?
Recently I've been working on a RESTful web app project in Erlang using Yaws appmods. I decided I needed a memory cache to cache a (MySQL) database... more »
0 commentsSave Tags: frameworks, opinion, other languages
Why Sling is an evolutionary step for CMS
Michael Marth on the evolution of content centric applications: first CMS were monolithic blocks, then the repository was extracted and standardized... more »
0 commentsSave Tags: frameworks, open source, server
NetBeans Best Practices With JPA And Beans Binding
NetBeans GUI builder (since NB 6.0 release) provides support for JSR 295 Beans Binding. Synchronization of the application's data model with the... more »
1 commentsSave Tags: frameworks, java, tools
What do you think about using a presentation model for presenting your domain model?
I’m writing a small app for a demonstration purpose. What I have is a domain model where I have a Customer, I also have CustomerRepository.
0 commentsSave Tags: .net, frameworks
Announcing SmartGWT
Yes, it’s true! A project has been underway for some time to create a GWT (Google Web Toolkit) wrapper for SmartClient. The project, dubbed... more »
0 commentsSave Tags: announcement, frameworks, java
Refactoring the Front Controller of the Zend Framework
One of the most fundamental decision in object design is deciding where to put responsibilities. No one, and I mean no one, gets it right the first... more »
0 commentsSave Tags: frameworks, how-to, methodology, php
Use the Java 6 Pluggable Annotation Processing API to facilitate validation processing
Java 6 introduced the JSR 269, called the Pluggable Annotation Processing API (PAPA). Using this API, it is possible for application developers to... more »
0 commentsSave Tags: frameworks, java
Being sued by Gaiaware
NEVER SIGN A NON-COMPETE CONTRACT!
3 commentsSave Tags: .net, ajax, frameworks, opinion
100 Ways to Improve Usability in Your Library
With the popularity of Library 2.0, libraries are getting more complicated these days, and it’s becoming harder to make sure that everyone is happy.... more »
0 commentsSave Tags: frameworks
How Coding Standards Can Impair Application Performance
One of the "real world" lessons rarely taught in the university setting is that in the "real world" you're going to have to follow coding standards.... more »
1 commentsSave Tags: frameworks, standards, tools
JSP Weaver 1.1 released
After a long wait we have released the 1.1 version of JSP Weaver. The new version includes all the accumulated fixes and also adds couple of new... more »
0 commentsSave Tags: announcement, frameworks, java
Showcase | Visualizing data Roundup
Great collection of data visualization systems.
0 commentsSave Tags: flash-flex, frameworks, gui, ria
Will you need a JavaScript framework on your next project?
One of the pitfalls of using a JavaScript framework, especially among beginners, is the ability to quickly lose sight of what is specific to the... more »
0 commentsSave Tags: frameworks, javascript, trends
SubSonic Scaling
A question came up in the dashCommerce forums about SubSonic's ability to scale. I'd like to address this a bit as the link has been deleted and I... more »
0 commentsSave Tags: .net, frameworks
Adventures of adding YahooUI (YUI) to a MVC Site
I decided that I wanted to give the YahooUI (YUI) framework/library a go recently. My first task was to get a few of my data listing pages on... more »
0 commentsSave Tags: .net, frameworks, javascript
Spring 3.0 and REST
I've heard a bit here and a bit there. I'm pretty interested in the RESTful changes that the Spring @MVC framework and even the cessation of Support... more »
0 commentsSave Tags: frameworks, java, web services
Dependency Injection is Broken
Earlier today I was reading a blog about the worthlessness of constructors. Frankly, I didn't really get the point of the post, but the title was... more »
2 commentsSave Tags: frameworks, java, opinion
OpenXava 3.0.3: JPA Application Engine
OpenXava is a JPA Application Engine. You put in your JPA classes and, in exchange, you obtain a full-featured application ready for production, and... more »
0 commentsSave Tags: frameworks, java, news
Stripes 1.5 Final Release
Stripes Framework, the best Java MVC action based framework, 1.5 version available, thanks and congratulations for all the Stripes community
0 commentsSave Tags: frameworks, java, news, open source
What makes a good Test Engineer
This article describes what should do become a good software test engineer.
1 commentsSave Tags: frameworks, methodology, research, standards
How We Did It - DZone Available On Your iPhone
The iPhone has been all the rage lately, from complaints to praise it has all been heard. Whether you hate it or love it, the fact remains, as a... more »
0 commentsSave Tags: frameworks, how-to, web 2.0, web design
Grails, Custom Datatypes and Conversion
For the application I am currently developing I am trying to use OOP best practices. That means I tend to use many value objects for different things,... more »
0 commentsSave Tags: frameworks, groovy
via