|
Who Are We?Fluent Consulting is a software development and consulting firm that specializes in enterprise application integration, web applications, and software product development. We are a dedicated team focused on providing the highest level of quality and value for our clients. Please feel free to visit our corporate site or get in touch! |
XML Data-binding
XML.com: XML Data-Binding: Comparing Castor to .NET [Jul. 24, 2002]
BeanShell
BeanShell - Lightweight Scripting for Java
Why Java is Better than .NET
101 Reasons Why Java is Better than .NET
This post is bound to be flame-bait because the Java vs. .NET debate often turns into a holy war of sorts. Nevertheless, debating the pros and cons of the two leading application development frameworks will only help ensure that the future releases of each are both more powerful and easier to use, which will benefit everyone. It's interesting to note that many of the advantages of Java present in this list have to do with the huge number of open source projects supporting Java debelopment, many of which are in the process of being ported to the .NET framework since they have proven so useful. Good examples of this phenomenon include NAnt and NUnit. Food for thought.
VS.NET and NAnt
Gordon Weakliem has a post with good resources regarding using NAnt alongside Visual Studio .NET - check it out here.
ASP.NET unit testing
NUnitAsp - ASP.NET unit testing
NUnitAsp is a tool for automatically testing ASP.NET web pages. It's an extension to NUnit, a tool for test-driven development in .NET.
Microsoft Baseline Security Analyzer
Microsoft Baseline Security Analyzer
As part of its Security push, Microsoft has developed the Microsoft Baseline Security Analyzer (MBSA) application that helps identify common security misconfigurations. Version 1.1 is the second release of MBSA and includes a graphical and command line interface that can perform local or remote scans of Windows and IIS systems.
Open Source Struts/EJB Code Generator
Announcing Open-source EJB/Struts Code Generator ModelJ
ModelJ is an open-source RAD (Rapid Application Development) tool that uses code generation to create complete J2EE apps using the Struts and EJB, deployable on jBoss. It outputs EJB 2.x deployment descriptors and session and entity beans, with business delegates accessible via Struts.
Check out http://modelj.sourceforge.net.
Free 'J2EE and XML Development' eBook
Free 'J2EE and XML Development' eBook PDF Download
J2EE configuration and deployment
Eric Foster-Johnson blogs about a J2EE missing feature: application customization. He discusses the common scenario of delivering an EAR or WAR to the client which will require minor configuration before deployment. Unfortunately the J2EE spec doesn't provide a simple way for this process to occur. Currently, the distribution archive has to be unpacked, configuration changes made to the code internal to the archive, then the whole thing has to be bundled up again and deployed. This inconvenience, while not huge, detracts substantially from the J2EE goal of dropping a single EAR/WAR file on the server and magically being deployed. Eric discusses some potential alternative solutions which warrant some investigation.



