Login
|
Register
Include Code
Search Tips
TODAY'S HEADLINES
|
ARTICLE ARCHIVE
|
TIP BANK
Mobile Development Center
The Cloud Computing Showcase for Developers
Web Development Resource Center
PHP for Windows Showcase
MSDN Spotlight
RIA Developement Center
Free IBM developerWorks Downloads, Tutorials and Articles on DevX
Android Development Center
eBook Library for Technology Professionals
DevX: .NET Zone
MSDN Spotlight
RIA Development Center
Visual Studio 2010 Showcase
DevX: Java Zone
RIA Development Center
Free IBM developerWorks Downloads, Tutorials and Articles on DevX
DevX: C++ Zone
DevX: Web Development Zone
HTML5 Development Center
MSDN Spotlight
PHP for Windows Showcase
RIA Development Center
Free IBM developerWorks Downloads, Tutorials and Articles on DevX
DevX: Architecture Zone
DevX: Database Dev Zone
Free IBM developerWorks Downloads, Tutorials and Articles on DevX
DevX: Security Zone
DevX: Open Source Zone
Free IBM developerWorks Downloads, Tutorials and Articles on DevX
DevX: Enterprise Zone
Visual Studio 2010 Showcase
DevX: Wireless Zone
Mobile Development Center
RIA Development Center
Android Development Center
Field Guide to the Mobile Development Platform Landscape
Move to the Future with Multicore Code
C++0x: The Dawning of a New Standard
Going Mobile: Getting Your Apps On the Road
Software as a Service: Building On-Demand Applications in the Cloud
A New Era for Rich Internet Applications
The Road to Ruby
Vista's Bounty: Surprising Features Take You Beyond .NET 3.0
The AJAX Framework Roundup
Special Report: Virtual Machines Usher In a New Era
Java/.NET Interop: Bridging Muddled Waters
Wireless Special Report: Marching Toward Mobility
Home Page for Special Report: Ensuring Successful Web Services Today and Tomorrow
Special Report: Winning with Web Services
How to Create a Disaster Recovery Plan
Special Report: Judging Java
Past C/C++ 10-Minute Solutions
Past Java 10-Minute Solutions
Past DHTML 10-Minute Solutions
Past SQL Server 10-Minute Solutions
Past Oracle 10-Minute Solutions
Past DB2 10-Minute Solutions
Past Visual Basic 10-Minute Solutions
Past XML 10-Minute Solutions
Specialized Dev Zones
eBook Library
NEW
.NET
Java
C++
Web Dev
Architecture
Database
Security
Open Source
Enterprise
Mobile
Special Reports
10-Minute Solutions
DevXtra Editors' Blog
Partners & Affiliates
DevX: Recent Tips
Updated: 02/11/2012 at 10:57 PM EST
Java Code to Filter File Names in a Directory
Using this Java code snippet, you can filter file names for array of extensions, split the file names, and test the resulting array.
Managed Classes and Object Injection in Java EE 5
Get a quick reference for what types of managed class can inject what object in Java EE 5.
Managing Concurrent Requests with EJB Containers
A limitation of EJB containers is that they can't serialize complex objects. Find out how the PrePassivate and PostActivate methods overcome this shortcoming.
Using EJB Interceptors for Java EE Audits
With EJB interceptors, you can access the name, parameters, and EJB context of business methods.
How to Read Environment Variables in SQL Server Using T-SQL
The xp_cmdshell extended stored procedure in SQL Server enables you to read environment variables in T-SQL.
Merge XML files into a PDF Document in .NET
Learn how to merge XML files into a PDF document in .NET.
Java Tip: Optimization Technique for Lists
An ArrayList that is not initialized with the proper size can slow your Java application's performance.
Programmatically Upload a File to FTP Server in .Net
This code snippet uses the 'FtpWebRequest' and 'FtpWebResponse' classes from the System.Net namespace.
Handling Keyboard Shortcuts in ASP.NET Using Javascript
Keyboard shortcuts improve productivity by accomplishing tasks more quickly and without much effort.
Referencing External Configuration Files in .NET
Use two separate configuration files to represent settings for development and production environments.