Advertisement
Nickname
fsommers
Registered since:
January 19, 2002
Short bio:
Frank Sommers is president of Autospaces. He is also an artima.com editor.
Home page:
http://www.autospaces.com
Total posts:
2616

Forum posts by Frank Sommers:

175 pages [ Previous 1 2 3 4 5 6 7 8 Next ]
Posted in Artima Developer Spotlight Forum, Sep 16, 2009 5:00 PM
Flex 4's new syntax simplifies working with application states. This article provides a tutorial introduction into UI state management with Flex 4, and includes a complete example.
Posted in Articles Forum, Sep 16, 2009 5:00 PM
Flex 4's new syntax simplifies working with application states. This article provides a tutorial introduction into UI state management with Flex 4, and includes a complete example.
Posted in Artima Developer Spotlight Forum, Sep 11, 2009 10:44 PM
> > but the database can not know the> > requirements of the application, so the application> must> > do the job of ensuring the level of integrity it needs.> > Of course it can; that it does is what Dr. Codd proved,> that the integrity of the data depends on the data. The> assertion derives from the failure of coders to understand> data. In...
Posted in Artima Developer Spotlight Forum, Sep 8, 2009 3:51 PM
FlexPMD, Adobe's recent open-source contribution, aims to help developers improve Flex code quality by automatically detecting bad coding practices in ActionScript and Flex code.
Posted in Artima Developer Spotlight Forum, Sep 3, 2009 9:12 PM
In a recent blog post, Martin Fowler discusses the differences between continuous integration and what he calls "promiscuous" integration, and debates the merits of each approach.
Posted in Artima Developer Spotlight Forum, Sep 3, 2009 11:09 AM
> As for the synchronization, the Wikipedia article on GCD> (http://en.wikipedia.org/wiki/Grand_Central_Dispatch) has> some extra information regarding eventing. It looks like> blocks would be able to synchronize by activating each> other via events.That sounds a bit like Actors: Actors also active each other, and you can in fact implement...
Posted in Artima Developer Spotlight Forum, Sep 2, 2009 3:29 PM
With its recent release of the "Snow Leopard" version of OS X, Apple introduced Grand Central Dispatch (GCD), an operating system-centric approach to multicore concurrent programming. GCD provides extensions to Objective-C, C, and C++ that work in tandem with OS facilities to distribute processing across multiple CPU cores.
Posted in Artima Developer Spotlight Forum, Sep 1, 2009 7:00 AM
An important feature in Flex 4 is a new component architecture, Spark, that allows a complete separation of a component's view from its display logic. This article provides a tutorial introduction to creating custom Flex 4 skins using the Spark architecture.
Posted in Articles Forum, Sep 1, 2009 7:00 AM
An important feature in Flex 4 is a new component architecture, Spark, that allows a complete separation of a component's view from its display logic. This article provides a tutorial introduction to creating custom Flex 4 skins using the Spark architecture.
Posted in Artima Developer Spotlight Forum, Aug 25, 2009 2:13 PM
Sun introduced a new, optionally enabled, garbage collector in JDK 6. The G1 garbage collector will eventually replace the Sun JVM's mark-and-sweep collector. In a recent article, Eric Bruno describes how the G1 garbage collector can make applications run more efficiently.
Posted in Artima Developer Spotlight Forum, Aug 11, 2009 7:39 PM
In this interview Stroustrup also talks about the C++ standards process - that's interesting, especially in light of recent debates about the effectiveness of the JCP (for Java).
Posted in Artima Developer Spotlight Forum, Aug 11, 2009 6:30 AM
An important enabler of designer-developer workflow in Flex 4 is a new component architecture, Spark, that separates the visual elements of a Flex component from other component logic. This article describes the basic principles of the Spark architecture, and how Spark makes it easier for developers and designers to work together.
Posted in Articles Forum, Aug 11, 2009 6:30 AM
An important enabler of designer-developer workflow in Flex 4 is a new component architecture, Spark, that separates the visual elements of a Flex component from other component logic. This article describes the basic principles of the Spark architecture, and how Spark makes it easier for developers and designers to work together.
Posted in Artima Developer Spotlight Forum, Aug 10, 2009 2:54 PM
In a recent interview with Danny Kalev, C++ creator Bjarne Stroustrup discusses the reasons why concepts didn't make it into the C++0x standard, and what the implications of that decision are for the future of C++.
Posted in Artima Developer Spotlight Forum, Aug 4, 2009 2:59 PM
In a recent blog post, Felipe Gaucho describes how the JPA's optimistic locking strategy helps make Web applications more reliable.
175 pages [ Previous 1 2 3 4 5 6 7 8 Next ]
Advertisement