Comparison of Flex 3 and Flex 4 beta

A look inside architectural differences, as well as changes in components, layouts, use of states, and effects.

JavaFX and Seam Integration

Learn how to connect JavaFX with Seam and Spring back-ends using the Flamingo RIA framework.

Three Forms of RESTEasy Client

RESTEasy comes in three forms of client APIs: JAX-RS annotated Interface proxying Lower level fluid HTTP API ClientRequestFactory - generates #1 and...

2 replies - 1008 views - 07/01/09 by Solomon in News

Integrating Flex & PHP - An Introductory Tutorial

Ten years ago or so, the World Wide Web primarily meant static HTML. Horrendous JavaScript, trivial games, and frivolous splash pages represented the common...

6 replies - 5362 views - 05/28/09 by LarryUllman in Articles

db4o - A Q&A with Refcard Co-Author Eric Falsken

In coordination with the recently published db4o Refcard, DZone had the opportunity to chat with its co-author, Eric Falsken, a technical evangelist on the...

4 replies - 633 views - 05/14/09 by Kirk Knoernschild in News

Oracle Buys Sun - Coverage from around the Web

In what could be the most important decision of the year, after weeks of speculation of IBM buying out Sun, which failed to produce a result, today Oracle have...

8 replies - 12741 views - 04/21/09 by James Sugrue in Articles

Oracle's Effect on Java

With Oracle just after buying Sun, maybe it's time to consider what this means for the Java community. There's no doubt that enterprise Java is something...

25 replies - 15060 views - 04/20/09 by James Sugrue in Articles

MySQL and PHP - State of Union by Hans Zaunere

Later on today, at CommunityOne East, New York PHP User Group Community Managing Member, Hans Zaunere, will be giving a session entitled MySQL and PHP - State...

0 replies - 1443 views - 03/18/09 by James Sugrue in Uncategorized

SQL Server Advisor: my blog

Expertise, advice, tool fro performance and all things interesting accumulated over the years to optimize Microsoft SQL Server and to make it -close to- zero /...

1 replies - 94 views - 03/14/09 by SQLServerAdvisor in Tips and Tricks

Introduction to JOODAMP Framework for Bulk data processing

This article gives a brief introduction about JOODAMP (Java Pooled Data Multi Processor https://joodamp.dev.java.net ) framework which started from scratch....

5 replies - 3531 views - 02/20/09 by pradeep in Articles

Refcardz Topics: What Should We Cover? (Vote Now)

DZone needs your help!  We have a lot of Refcard topics on our plate and want to know how to prioritize the topic...

33 replies - 18330 views - 02/16/09 by WeiLing in Uncategorized

A Better MySQL Replication Heartbeat

If you’ve used MySQL replication you’ve probably discovered that slave machines can lag behind the master. Replication can also break completely, requiring...

4 replies - 4148 views - 02/05/09 by Derek Young in Articles

Open Source : How Do You Stay Up To Date?

I Love the concepts and beliefs behind Open Source. I use Open Source libraries, applications etc. all the time. One of the things I have always found a...

19 replies - 9272 views - 01/10/09 by Schalk Neethling in News

When To Use Hardware Upgrade Instead Of Software Optimization

One typical question which frequently pops up is whenever it is better to use hardware upgrade or optimize software more. I already wrote about it, for example...

1 replies - 1579 views - 12/08/08 by PeterZaitsev in News

Computing 95 Percentile In MySQL

When doing performance analyzes you often would want to see 95 percentile, 99 percentile and similar values. The "average" is the evil of performance...

0 replies - 1855 views - 12/03/08 by PeterZaitsev in News

Making Your MySQL Tables More Effecient By Using Correct Fieldtypes

One of the biggest mistakes of today's fledgling MySQL programmers is their field type definitions, also known as data type or column type. Many are too quick...

1 replies - 3710 views - 12/02/08 by Mike Bernat in News

SQL Server Scheduled Backups with NAnt

When installing and using production web applications, backup is always a must. I have written about SQL Server Backup before and this post would expend on...

0 replies - 2604 views - 11/07/08 by Boyan Kostadinov in News