The pattern of the day is the Mediator one. The intent of this pattern is encapsulating the interactions of a set of objects, preventing aggressive coupling... Read all
It's easier to wrap an existing piece of Java code in Clojure than it is to do the inverse, but because Clojure is implemented as a Java class library, it's... Read all
Rules are statements that define business procedures and policies. Normally, every business application contains many embedded business rules that determine... Read all
// description of your code here Uses the new COM Task Scheduler Interface to create a new disabled scheduled task, then run it once as part of a script. Use... Read all
[img_assist|nid=3421|title=|desc=|link=url|url=http://www.manning.com/affiliate/idevaffiliate.php?id|align=left|width=208|height=388]The core of every GWT... Read all
Today marks the availability of the first binary release of the open source JFugue Music NotePad. The core basic functionality of the tool is available and... Read all
Lobo's Java Web Browser, still at a dot zero release, drew my attention today because it very recently was Java Posse's project of the week. I love the fact... Read all
without using http_proxy environment variable.. import urllib2, feedparser proxy = urllib2.ProxyHandler( {"http":"http://your.proxy.here:8080/"} ) d =... Read all
This final post of a series analyzing several libraries and frameworks that augment the client with AJAX capabilities concludes with a comprehensive comparison. Read all
In this post, the author takes their first steps in augmenting an SSR app with Vue. In the next post, they will implement the same features with Alpine.js. Read all
This article continues the journey by learning the first steps developers can take with visualizing instrumentation using Jaeger on their observability journey. Read all