0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Java参照実装ってなに?

Posted at

経緯

Glassfishを初めて触って、

GlassfishはJavaEEの参照実装である。

の記載に??となったので、

今回は備忘録的に参照実装について書いていく。

あくまで、調べた結果僕が感じた感想です。

参照実装ってなに?

参照実装またはリファレンス実装と呼ばれる。

JSR (Java Specification Request)という仕様を具体的に実装したサンプルとなる実装のこと。(?)

先に述べたGlassfishであれば
JavaEEのサンプル真似てます、インターフェース仕様はJavaEEに則っていますってことですね。

それのなにがメリットか?

中身がどうであれ、**同等の動きを保証します!!**ということにつながります。

なので、Servlet API であれば、Tomcatだろうが、Glassfishだろうが同じ動きをするってことなんだな。

おわりに

という、なんとも自己完結しかしていない内容だが、今回はこれで良しとする。ww

規約とかルールってすげーなーー

参考サイト

https://atmarkit.itmedia.co.jp/bbs/phpBB/viewtopic.php?topic=350&forum=12
https://qiita.com/opengl-8080/items/aeda0d8bad42af3113bd

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?