SI 案件で Java を利用されている方にはカルチャーショックな話題になりますが、Java EE 8 に Servlet 4.0 を入れようという動きがあります。現在、国内の SI 案件で使用されているのは、ランタイムが Servlet 3.0 以降だとしても実質 Servlet 2.x API しか使われていませんから、一気にメジャーバージョンが 2 も上がってしまうわけです。 筆者に言わせれば、新技術に追従しなかった国内 SIer の自業自得なわけですが... さて、Servlet 4.0 の目玉は何かというと、HTTP/2 対応に尽きます。HTTP/2 は現在 Web の基幹をなしている HTTP (HTTP/1.1) の初めてのメジャー・アップデートです。Google が提唱した SPRY をベースとしているようですが、細かいところはかなり手が入っている模様です。 Servlet
Androidネットワークプログラミング用ライブラリ「Volley」を解説します。 モバイルアプリを開発するにあたってネットワーク通信の知識は欠かせないものとなっている一方、ネットワークプログラミングの世界にはキャッシュや高速化、データ取得やキャンセル処理などプログラミングテクニックが多数存在してます。これらの課題を効率的に解決する方法がVolleyライブラリです。 Volley公式ページ https://android.googlesource.com/platform/frameworks/volley/ Volleyの機能紹介とともにキャッシングやキャンセル処理などネットワークプログラミングに欠かせない処理をVolleyの実装をつかって順番に解説していきます。 非常に長い記事ですので始めに理解を深めるための内部処理を紹介します。APIなど詳細は記事の途中で随時解説します。 ネットワー
A Java NIO FileChannel is a channel that is connected to a file. Using a file channel you can read data from a file, and write data to a file. The Java NIO FileChannel class is NIO's an alternative to reading files with the standard Java IO API. A FileChannel cannot be set into non-blocking mode. It always runs in blocking mode. Opening a FileChannel Before you can use a FileChannel you must open
すべての実装されたインタフェース: Serializable public final class Pattern extends Object implements Serializable コンパイル済みの正規表現です。 正規表現は、文字列として指定し、このクラスのインスタンスにコンパイルする必要があります。結果として得られるパターンは、Matcher オブジェクトを作成するために使用されます。このオブジェクトは、任意の文字シーケンスとこの正規表現をマッチできます。マッチを実行したときの状態はすべて正規表現エンジンに格納されます。このため、複数の正規表現エンジンが同じパターンを共有できます。 標準的な呼び出しシーケンスは、次のようになります。 Pattern p = Pattern.compile("a*b"); Matcher m = p.matcher("aaaaab"); boo
How can I change thread pool size in embedded Jetty 9? Do we need any specific component for this?
Copyright © 2008-2026 Webtide The UI for this site is derived from the Antora default UI and is licensed under the MPL-2.0 license. Several icons are imported from Octicons and are licensed under the MIT license. Eclipse Jetty® is a trademarks of the Eclipse Foundation, Inc. This project is made possible by Webtide. Additional thanks to the Eclipse Foundation for hosting this project. Authored in
Channel インタフェース群をインプリメントしたクラスの 1 つに FileChannel クラスがあります。クラス名に File とつくぐらいですから、ファイルに特化した Channel ということができます。 今回はこの FileChannel に関して取り上げてみましょう。ですが、FileChannel クラスの機能のうち、Channel インタフェース群で定義されているものは Channel 導入編で取り上げましたから、その他の FileChannel クラス特有の機能に関して調べていきましょう。 Buffer クラスには、読み書きを行った位置を示す position というプロパティがありましたが、FileChannel クラスにも同様に position があります。とはいうものの、Buffer クラスの他のプロパティ limit と capacity はありません。 ファ
Tweet Wro4j is a tool for analysis and optimization of web resources. It brings together almost all the modern web tools: JsHint, CssLint, JsMin, Google Closure compressor, YUI Compressor, UglifyJs, Dojo Shrinksafe, Css Variables Support, JSON Compression, Less, Sass, CoffeeScript and much more. In order to get started with wro4j, you have to follow only 3 simple steps. Step 1: Add WroFilter to we
Javaプログラミング ビット操作¶ 目次Javaプログラミング ビット操作はじめにビット操作事例基礎事項ビットマスクの作り方ビットマスクを使用したデータ読み書き方法 特定のビット(1個)を読み書きする(ビッグエンディアン)32bit幅のデータで任意の1箇所のビットが0か1かを判別する32bit幅のデータで任意の1箇所のビットに値をセットする 特定のビット(複数)を読み書きする(ビッグエンディアン)32bit幅のデータから23bit~20bitの4bit幅のデータを符合なし整数値として読み出す32bit幅のデータから23bit~20bitの4bit幅のデータを符合付整数値として読み出す32bit幅のデータから23bit~20bitの4bit幅のデータに整数値を書き込む ビット操作APIJava SE 標準APIIntegerおよびLongクラスのビット操作メソッド はじめに¶ アプリケーシ
Running launch4j Configuration file Importing 1.x configuration Ant Task Additional JVM options at runtime Runtime options Settings Running launch4j Run launch4j.exe or launch4j script without command line arguments to enter the GUI mode. launch4j.exe To wrap a jar in console mode use launch4jc.exe and specify the configuration file. launch4jc.exe config.xml On Linux use the launch4j script. launc
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く