norman_fung
01-05-2006, 03:01 AM
Hey, I've been doing development with .NET/Win32 for awhile. We have many tools to get our job done just wondering what's the equivalent in Java/Open Source world?
1. Text Editor: UltraEdit (Costs you)
2. Merge/diff tool: WinMerge (Free, anything that runs on Linux?)
3. Stress/load testing: Microsoft Application Center Test (Comes with Visual Studio.NET)
4. ETL: Microsoft SQL Server DTS (What do you use for Oracle and MySQL?)
5. SQL tuning: "Query Analyzer" and "SQL Profiler" comes with Microsoft SQL Server (again, what do you use for Oracle and MySql?)
6. Memory Profiler (profiling app memory consumption): .NET Memory Profiler (http://www.scitech.se/memprofiler/order.htm)
7. Profiler (tune app performance): ANTS Profiler (Yes I heard of JProfiler but it's not free... what do you think of Eclipse Profiler Plugin?)
8. Code Quality: fxcop... anything we use with Java?
Anyway, thanks in advance.
1. Text Editor: UltraEdit (Costs you)
2. Merge/diff tool: WinMerge (Free, anything that runs on Linux?)
3. Stress/load testing: Microsoft Application Center Test (Comes with Visual Studio.NET)
4. ETL: Microsoft SQL Server DTS (What do you use for Oracle and MySQL?)
5. SQL tuning: "Query Analyzer" and "SQL Profiler" comes with Microsoft SQL Server (again, what do you use for Oracle and MySql?)
6. Memory Profiler (profiling app memory consumption): .NET Memory Profiler (http://www.scitech.se/memprofiler/order.htm)
7. Profiler (tune app performance): ANTS Profiler (Yes I heard of JProfiler but it's not free... what do you think of Eclipse Profiler Plugin?)
8. Code Quality: fxcop... anything we use with Java?
Anyway, thanks in advance.