java

JSP + SAStruts + Seaser2 + S2JDBC

JSP + SAStruts + Seaser2 + S2JDBCの組み合わせは良さそうですね。ここ1-2年はJavaから離れていたんですが、この進化の方向性は素晴らしいですね。JSP + SAStruts + Seaser2 + S2JDBCのアーキテクチャレベルでの進化もいいですね。無駄なレイヤが殆どなくな…

C#とJavaの比較

Visual Studio: The C# Programming Language for Java Developers http://msdn.microsoft.com/vstudio/java/gettingstarted/csharpforjava/C# From a Java Developer's Perspective http://www.25hoursaday.com/CsharpVsJava.htmlObjectClub - Java プログ…

Javaと.NETの開発環境の対応関係

テスト環境 Java .NET テスティングフレームワーク JUnit NUnit Web用テスティングフレームワーク Cactus NUnitASP テストカバレッジ Clover NCover ビルド環境 Java .NET ビルドツール Ant NAnt CIツール CruiseControl CruiseControl.NET 開発環境 Java .N…

Moving Past Java

http://www.webservicessummit.com/Articles/MovingPastJava.htmBruce Tateのインタビュー.DIがJavaと比べて相対的に不要になるというのは理解できるのだけれど、RubyだとAOPが不要というのはいまいちわからないなぁ。Beyond Javaにはその答えが書いてあるの…

The Java Posse

http://javaposse.com/Java界の有名人へのインタビューのPodcast。これはいいですね。

Retroweaver

http://retroweaver.sourceforge.net/from yusukeさんの日記 http://yusuke.homeip.net/diary/ Retroweaver is a bytecode weaver that enables you to take advantage of the new Java 1.5 language features, while still retaining total binary compatab…

Java Concurrency in Practice (Paperback)

Java Concurrency in Practice作者: Brian Goetz,Tim Peierls,Joshua Bloch,Joseph Bowbeer,David Holmes,Doug Lea出版社/メーカー: Addison-Wesley Professional発売日: 2006/05/09メディア: ペーパーバック購入: 7人 クリック: 14回この商品を含むブログ (…

Testing Pattern in Java

http://openide.netbeans.org/tutorial/test-patterns.htmlNetBeansのTestCaseで使われているパターンの紹介。実務でも導入したい点が幾つかあります。これはいい記事ですね。

Enhance Hot Code Replacement

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4910812from Bob LeeさんのBlog http://crazybob.org/2005/10/vote-for-real-class-reloading.html大賛成 !!! 是非これは改善してほしいなぁ。Javaの生産性が、控えめにいっても100倍ほど向上する。

actiWate

Webアプリケーション用のTesting Framework. jWetUnit + WebStoryUnitといった感じかな。http://products.actimind.com/actiWATE/index.html

Clirr

http://clirr.sourceforge.net/clirr-core/index.html Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the…

DWR - Direce Web Remoting

https://dwr.dev.java.net/ Spring-enabledなBeanをJavaScriptからダイレクトに触れる。これを使えばJavaでお手軽にAjax体験ができるね。