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

java programming

  • submit to reddit

Java Profiling: Under the Covers

At some point, most developers will get tasked with troubleshooting a performance issue. If at any time you've actually been lucky enough to get paid to worry about performance in general, you probably have a better toolkit (on your desktop and in your head)...

2 replies - 21438 views - 12/01/09 by Wayne Adams in Articles

Oracle Removes Licensing for Workshop Eclipse Plug-ins

Oracle is delivering the Eclipse tools for Oracle WebLogic Server 10gR3 with a simpler packaging (just one, with all features), and a new price (free!). This release of Workshop for WebLogic 10g R3 combines all the features of the other products.To download...

13 replies - 10421 views - 08/12/08 by Pieter Humphrey in Announcements

Domain Driven Design: Domain Services or Method on an Entity?

There has been much discussion on the DDD list regarding where to put the business logic control, whether in a service or entity. Being more specific, in order to ship an order, the following things should happen:Validate that the order can be shippedUpdate...

5 replies - 7388 views - 07/07/08 by Rafael Naufal in Articles