- DZone
- Sitemap Home
- Articles
- 2013
- March
DZone Sitemap: March 2013 Articles
- 5 Ways Objects Can Communicate With Each Other Heading Towards Decoupling
- 8 Lessons in Deployment Tooling Lessons Learned
- Accessing AWS Without Key and Secret
- Advanced ListenableFuture Capabilities
- Algorithm of the Week: Aho-Corasick String Matching Algorithm in Haskell
- ArrayList vs. LinkedList vs. Vector
- AWS VPC NAT Instance Failover and High Availability
- Binding to JSON & XML - Handling Collections
- Bring Ruby VCR to Javascript testing with Capybara and puffing-billy
- C# – Creating a DLL to Hide Your Code
- Client For ActiveMQ
- Compare RESTful vs. SOAP Web Services
- Connect Apache OFBiz with the Real World
- Contributing to Paratest
- Database Concepts for a java Dev: Database Normalization
- Debugging “Wrong FS expected: file:///” exception from HDFS
- Dependency Injection with Test Driven Development
- Encode Email Addresses With PHP
- Entity Framework 5/6 vs NHibernate 3 – The State of Affairs
- ExecutorCompletionService in Practice
- Extracting the Elements of the Java Collection- The Java 8 Way
- Factory Method vs Abstract Factory (again?)
- From Java to PHP
- GWT Compiler Is Running Out of Memory
- HashMap vs. TreeMap vs. HashTable vs. LinkedHashMap
- How Does Java Handle Aliasing?
- How to build a dictionary for the NetBeans spellchecker
- How to Build Your First .NET Graph Database
- How to Configure diff and Merge Tool in Visual Studio Git Tools
- How To Style A Checkbox With CSS
- How to Validate WSDLs with Eclipse
- In-Memory Data Grids
- Introduction to Default Methods (Defender Methods) in Java 8
- Introduction to Functional Interfaces – A Concept Recreated in Java 8
- JAXB and java.util.Map
- Job Chaining in Quartz and Obsidian Scheduler
- JUnit testing of Spring MVC application: Testing DAO layer
- JUnit testing of Spring MVC application: Testing the Service Layer
- ListenableFuture in Guava
- Mocking Internal Interfaces with Moq
- MongoDB: Replication Lag and the Facts of Life
- MySQL 5.6 Compatible Percona XtraBackup 2.0.6 Released
- Neo4j/Cypher: WITH, COLLECT, and EXTRACT
- OpenJPA: Memory Leak Case Study
- Producers and Consumers - Part 3 Poison Pills
- Properties with Spring
- SAP Integration with Talend Components / Connectors (BAPI, RFC, IDoc, BW, SOAP)
- Scrum, Anime style...
- Sequelize, the JavaScript ORM, in practice
- SLF4J with Logback
- Solving the IBM MQ Client Error – No mqjbnd in java.library.path
- Stripping Out a Non-Breaking Space Character in Ruby
- Subversion’s SVN Annotate Command
- Synchronizing transactions with asynchronous events in Spring
- The Wizard Design Pattern
- Tip- InProc session state was not working with IIS7.5
- Use Eclipse JDT to dynamically create, access, and load projects
- Using Facades to Decouple API Integrations
- Using Lambda Expression to Sort a List in Java 8 using NetBeans Lambda Support
- Using UriTemplate to Change Path Parameters in a URI
- What is the difference between MVC and MVP?
- Where is My Datastore in Hyper-V? Server Virtualization - Part 4
- Why We Need Lambda Expressions in Java - Part 1