advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
Advertisement
advertisement
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.
advertisement