SQL Server Driver for PHP Connection Options: Encrypt

Read all

Practical PHP Testing Patterns: Chained Tests

Sometimes you have tests where the fixtures can be recyled, instead of being recreated; but that's not all: sometimes, even the state reset we preach for Shared... Read all

Know the JVM Series: Shutdown Hooks

Shutdown Hooks are a special construct that allow developers to plug in a piece of code to be executed when the JVM is shutting down. Read all

Practical PHP Patterns: Gateway

A fundamental trait of modern software is that it does not live in isolation, especially in the realm of web applications, which can easily interact with... Read all

Practical PHP Patterns: Template View

In this series we have seen two Web presentation patterns so far:Page Controller, also known as Action Controller, which responds to a specific HTTP request... Read all

Bridge Pattern Tutorial with Java Examples

Read all

Practical PHP Patterns: Mediator

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

Java Clojure Interop: Integrating Clojure into Your Java Project

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

Struts 2 Tutorial: Create Struts 2 Application in Eclipse

Read all

Dynamic Java Programming With Rule Engine

Rules are statements that define business procedures and policies. Normally, every business application contains many embedded business rules that determine... Read all

Create And Run A "scheduled" Task Using Python Win32com

// 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

GWT Basic Project Structure And Components

[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

1st Binary Release of Java Music Composer

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

 

 

 

 

Top