タグ

Javaに関するsugitkのブックマーク (69)

  • FrontPage - @//メモ

    2024-03-152024 20.3% (74.3/366) March 46.4% (14.3/31) Week 11 62.6% (4.3/7) Day 15 Fri 38.6% (9.2/24)

    sugitk
    sugitk 2007/10/25
  • Eclipse Plugin Central

    Color eye contacts can be used to enhance or change eye color for those who need prescription eye-wear. Many people choose this type of lens because color contacts can provide a new look that doesn’t have to be permanent. By using color eye contacts, individuals can have the correct vision with the appearance they desire. What Are Colored Contacts? Colored contacts are technically considered medic

  • XDoclet: Attribute-Oriented Programming - Welcome

    Welcome! What is XDoclet? XDoclet is an open source code generation engine. It enables Attribute-Oriented Programming for java. In short, this means that you can add more significance to your code by adding meta data (attributes) to your java sources. This is done in special JavaDoc tags. XDoclet will parse your source files and generate many artifacts such as XML descriptors and/or source code fr

    sugitk
    sugitk 2007/10/11
  • XStream - About XStream

    About XStream XStream is a simple library to serialize objects to XML and back again. Features Ease of use. A high level facade is supplied that simplifies common use cases. No mappings required. Most objects can be serialized without need for specifying mappings. Performance. Speed and low memory footprint are a crucial part of the design, making it suitable for large object graphs or systems wit

  • サン認定資格 再受験無料キャンペーン

    Sun認定Javaアソシエイツ(SJC-A) (試験番号 310-019) Sun Certified Associate for the Java Platform, Standard Edition, Exam Version 1.0 Sun認定Javaプログラマ(SJC-P) Sun Certified Programmer for the Java 2 Platform, Standard Edition, 5.0 (試験番号 310-055) Sun Certified Programmer for the Java 2 Platform, Standard Edition, 5.0 Upgrade Exam (試験番号 310-056) Sun Certified Programmer for the Java 2 Platform 1.4 (試験番号 310-035) Su

  • 文字コード掲示板

    093 Java の MS932, Cp943C, SJIS の違い <森山 将之> 2003/08/26(火) 23:44 Java の MS932, Cp943C, SJIS の違い Java※ の MS932, Cp943C, SJIS の変換で異なる点、および注意を要する点をまとめてみました。 ※調査したバージョン:Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) ■概要 MS932 と Cp943C の両者は、Windows-31J の文字セットを扱えます。 主な違いは、Unicode への変換で一部異なるコードポイントに変換される事と、NEC特殊文字とIBM拡張文字の両方で定義されている文字を、Unicode から MS932/Cp943C に変換する際に、どちらのコードポイントかという点

  • EclipseTotale - Sysdeo Tomcat Launcher Plugin

    Plugin features Starting and stopping Tomcat 4.x, 5.x, 6.x, 7.x Registering Tomcat process to Eclipse debugger Creating a WAR project (wizard can update server.xml file) Adding Java Projects to Tomcat classpath Setting Tomcat JVM parameters, classpath and bootclasspath Exporting a Tomcat project to a WAR File Capability to use a custom Tomcat classloader to load classes in several java projects at

  • ObjectWorks+ | オープンソースドキュメント

    株式会社野村総合研究所(以下NRI)は、オープンソースに関連したマニュアル・利用ガイドなどの一般技術資料をサイトにて公開しています。NRIでは、社内のノウハウを積極的に公開することにより、オープンソースの健全な発展に貢献したいと考えております。 NRIではこれまでに社内R&Dで評価したオープンソースを自社製品である「ObjectWorks+」の開発環境に取り込む活動を行ってきました。現在、ObjectWorks+では国内における普及を鑑み、オープンソースの開発環境であるEclipseを標準開発環境として取り込んでPluginの開発や日語の利用ガイドを作成しています。さらに、標準的な開発環境としてEclipseが日国内で広く普及することを願って、これらの社内向けドキュメントを社外にも公開しています。 現在、公開しているドキュメントはEclipseを使ってWebアプリケーションを開

  • Papilio-バグトラッキングシステム-

    - Eclipseプラグインで実現するバグトラッキングシステム(BTS) - 特徴 サーバ構築不要。接続している各端末がお互いに同期してデータを共有する。 インストールは簡単。Eclipseにプラグインを追加するだけ。 信頼度成長曲線などの充実したレポート出力機能 Eclipseを採用することで直感的操作が可能なインタフェースを実現。 完全フリー、オープンソース。 完全日語対応 Eclipseのプラグインとして、多様な機能を搭載したBTSを実現。 従来のBTSと違い、Eclipseプラグインとして使用できるため導入・操作が非常に簡単です。 従来のBTSとの違い 主な機能 動作環境 スクリーンショット ダウンロード インストール・設定 リリース情報 従来のBTSとの違い 主な機能 基的なBTSの機能 - バグ票の起票〜Closeまでのステータス管理 - 更新履歴の記録・閲覧 - メールに

  • javaworld.jp

    This domain may be for sale!

    sugitk
    sugitk 2007/03/30
    ネットワークプログラミング
  • 1.JMSの基礎

    2006.09.20 株式会社四次元データ 宮澤了祐 JMS 1章 JMSの基礎 1.1. JMSについて 1.2. ActiveMQのインストールと起動 1.3. 簡単なメッセージ送受信のサンプル 1.1. JMSとは JMSとはJava Message Serviceの略で、Javaでメッセージングサービスを利用するための標準APIです。 メッセージングとはプログラム間でデータを細かにわけるのではなく、一つのメッセージオブジェクトを作成して通信を行うことです。 常に接続が維持されている必要はなく、非同期に通信を行うことが出来ます。 実装されたメッセージングサービスはいくつかありますが、ここではオープンソースで開発された ActiveMQを使用します。 ActiveMQのインストールとサーバの起動については後述します。 メッセージングの概念を理解するために、宅配便に例えて解説を行います。

    sugitk
    sugitk 2007/03/30
  • Java & WebSphere についてのいろいろ

    初心者向けに当に初歩から、そして初心者をようやっと脱出した(と人が思っている)人にも改めて基礎を問い直すようなが最近二つも出ました。「ひとつ上をゆく Javaの教科書」と「Javaプログラマガ知ツテオクベキコト」です。 また、同様に"オブジェクト指向とは"という原点に返って考えるも出ています。「なぜ、あなたはJavaでオブジェクト指向開発ができないのか―Javaの壁を克服する実践トレーニング」や(こちらは Java に限定してはいませんが)「わかるオブジェクト指向 豆蔵セミナーライブオンテキスト」ですね。さらに、オブジェクト指向の考え方、モデリングということでは「UMLによるオブジェクト指向モデリングセルフレビューノート」があります。 こういった"基に戻って""改めて"考え直す、捉え直すようなが出てくるようになった、ということが、少なくとも日では Java がプログラミング言

    sugitk
    sugitk 2007/03/19
  • JBoss.com - Forums - Stateless and JNDI once again

    Middleware is the technological foundation for cloud-native architectures and includes application runtimes, enterprise application integration and cloud services. Organizations turn to middleware as a way to keep application development quick and cost-effective in complex IT environments. Middleware can support application environments that work smoothly and consistently across a highly distribut

    JBoss.com - Forums - Stateless and JNDI once again
  • XStream

    About XStream XStream is a simple library to serialize objects to XML and back again. Features Ease of use. A high level facade is supplied that simplifies common use cases. No mappings required. Most objects can be serialized without need for specifying mappings. Performance. Speed and low memory footprint are a crucial part of the design, making it suitable for large object graphs or systems wit

    sugitk
    sugitk 2007/02/16
  • Apache ActiveMQ -- Index

    Apache ActiveMQ is the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License Grab yourself a D

  • Doug Lea's Workstation

    Doug Lea's Home Page Surface mail: Doug Lea, Computer Science Department , State University of New York at Oswego, Oswego, NY 13126 | Voice: 315-312-2688 | Fax: 315-312-5424 | E-Mail: dl@cs.oswego.edu | vita | shortbio Documents Books Online supplement to the book Concurrent Programming in Java: Design Principles and Patterns, (second edition) published November 1, 1999 by Addison-Wesley HTML edit

    sugitk
    sugitk 2007/02/07
  • TECHSCORE - Java

    Java でプログラミングを始めて間もない入門者から、既に数年の経験を持つ Java プログラマまで、TECHSCORE を訪れるユーザは、 さまざまです。TECHSCORE では、初心者からベテランまで、Java でプログラムを書く全ての方にさまざまな情報を提供しています。 Java 言語は、Sun Microsystems社によって、オブジェクト指向プログラミング言語として発表されました。Java言語の大きな特徴として、 プラットフォームに依存しないという点が挙げられます。Java VM(Virtual Machine) 上で動作させることで、ハードウェアやOSなどのプラットフォームに依存しないようになっているのです。 Java言語で書かれたソー スコードをコンパイルすると、Javaバイトコードと呼ばれる、プラットフォームから独立した形式のクラスファイルが生成されます。 Java VM

    sugitk
    sugitk 2007/01/30
  • En Yüksek Kur Paykasa Bozdurma

    IBM TechXchange Community Together, we can connect via forums, blogs, files and face-to-face networking. Find your community Where is my content? If you’re looking for developerWorks content or a Support forum and ended up here, don't panic! You are in the right place. The content you're looking for. This page will help you find the content you are looking for, get answers to your questions, and f

    sugitk
    sugitk 2006/11/20
  • 日本IBM

    watsonx.governanceの提供を開始 責任ある、透明で説明可能なAIのワークフローを実現する生成AIのためのガバナンス・ツール 製品の詳細 無料評価版を試す このたびの令和6年能登半島地震で被災された皆様に謹んでお見舞い申し上げます。 令和6年1月1日に発生した能登半島地震により被災されたお客様向けの保守サービス特別対応 システム開発や運用に生成AIを活用する「IT変革のためのAIソリューション」により、生産性と品質の向上を実現

    日本IBM
    sugitk
    sugitk 2006/11/20
  • Life with Cygwin

    沖ソフトウェア株式会社は、沖通信システム株式会社および株式会社沖インフォテックと平成22年10月1日をもって合併いたしました。新会社名は、株式会社OKIソフトウェアとなります。3社が行っております事業は新会社にて従来通り継続いたします。

    sugitk
    sugitk 2006/11/20