Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーブレットと JSP に埋め込まれた NEO4J を使用して、ユーザーがノード間の関係と関係プロパティを入力する Web サイトを開発できますか?
もちろんできます。サーバーの起動時に、おそらくデータベースをセットアップできます。次に、おそらく依存性注入 (Spring など) を使用するか、静的参照などを使用して、db を参照し、関数を実行します。終了時に、db をシャットダウンできます。
実際、私は残りのAPIよりもそれを好みます(パフォーマンスとグリップが優れています)。