Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

migration

  • submit to reddit

Tutorial: Transitioning an Application from Flex 3 to Flex 4

Adobe Flex 4 provides a lot of new features including a component architecture, CSS improvements, MX backward compatibility, new state mechanisms, and a new graphic markup language called FXG. Along with the Flex 4 SDK, Adobe Flash Builder 4 has improvements...

0 replies - 34241 views - 07/20/10 by Renaun Erickson in Articles

Migrate Serialized Java Objects with XStream and XMT

Java serialization is convenient to store state of Java objects. However, there are some drawbacks of the serialized data:

1 replies - 6485 views - 02/19/10 by robinshine in Articles

New Application Migration Tool For JEE Servers

Migrating Java Platform, Enterprise Edition (Java EE) applications from one application server to another can be costly and time consuming. The migration process involves modifying java source code, JSPs, and deployment descriptors. In WebSphere, we’ve...

0 replies - 785 views - 12/17/09 by Yakura Coffee in Announcements

Dismantling monoliths

When I comment in mailing lists that I am implementing a registration module for my application, hundreds of other developers comment they are coding exactly the same functionality in their projects - an indicator that something is missing in the Java EE...

6 replies - 3679 views - 11/24/09 by Felipe Gaúcho in News