JAVA OBJECTS Meaning in Japanese - translations and usage examples

['dʒɑːvə 'ɒbdʒikts]
['dʒɑːvə 'ɒbdʒikts]
javaオブジェクトを
java objects

Examples of using Java objects in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
All"models" can be operated as Java objects.
モデル」は、すべてJavaオブジェクトとして操作することができます。
Does setting Java objects to null do anything anymore?
Javaオブジェクトをnullに設定することはもう何も行いませんか?
In the next section, we examine the Java objects in the IDE.
次の項では、IDEでJavaオブジェクトを確認します。
All data is made available in Java objects, eliminating the need to manually parse and interpret JSON responses from the server.
すべてのデータはJavaオブジェクトで使用可能になり、手動で解析する必要性を排除して、サーバーからのJSON応答を解釈します。
Specifies the package to which the Java objects will be generated.
Javaオブジェクトの生成先となるパッケージを指定します。
In this article,Jersey client receives JSON format data and maps them to Java objects.
今回はJerseyクライアントでJSON形式のデータを受け取り、これをJavaオブジェクトにマップします。
The IDE generates the Java objects from the given XML document.
IDEは、指定されたXMLドキュメントからJavaオブジェクトを生成します。
The result is thatdatabase records can be transposed into Java objects.
結果として、データベースのレコードがJavaのオブジェクトに変換される。
The implementation treats C++ and Java objects in the same way which so they can easily be interwoven.
その実装では、C++とJavaオブジェクトは同じように扱われるので、それらを簡単に織り交ぜることができます。
The script(server side JavaScript)described in this chapter is used to manipulate Java objects.
本章で説明するスクリプト(サーバサイドJavaScript)は、Javaオブジェクトを操作するために用います。
A dialog opens asking if you want to generate Java objects from the XML schema references in the WADL file.
WADLのXMLスキーマ参照からJavaオブジェクトを生成するかどうかを質問するダイアログが開きます。
In the previous articles,I explained about getting resources by GET and mapping them to Java objects.
前回までは、GETによるリソースの取得、及び、これをJavaオブジェクトにマッピングする方法に関して説明しました。
From JavaScript, you can instantiate Java objects and access their public methods and fields.
JavaSctiptからはJavaのオブジェクトのインスタンスを生成したり、そのパブリックなメソッドやフィールドにアクセスできます。
Transaction management:unifies several transaction management APIs and coordinates transactions for Java objects.
トランザクション管理:各種トランザクション制御APIを統合し、Javaオブジェクトのトランザクション管理を提供。
You can build your screens out of regular Java objects, which in turn means that screens are easy to test.
スクリーンは標準のJavaオブジェクトから実装できます。それはスクリーンはテストがしやすいということを意味します。
A group of authors wants to create an entirely new type ofinterface component so they cannot use existing Java objects.
コンテンツ制作者のグループは、まったく新しいタイプのインターフェースコンポーネントを作成したいと考えているため、既存のJavaオブジェクトを使うことができない。
Generating Java Objects from XML Documents The goal of this exercise is to create a project andgenerate Java objects from an XML document.
XMLドキュメントからのJavaオブジェクトの生成この課題の目標は、プロジェクトを作成し、XMLドキュメントからJavaオブジェクトを生成することです。
It's more likely that your application will use JavaBeans orPOJOs(Plain Old Java Objects) for the domain model.
ほとんどのアプリケーションではドメインモデルとしてJavaBeansやPOJO(PlainOldJavaObjects)を使っていると思います。
The fact that JRuby is a Ruby platform on the JVM means that in JRuby you have two kinds of objects-JRuby objects and Java objects.
JRubyがJVM上のRubyプラットフォームということは、JRuby上には2種類のオブジェクトがあるということである--JRubyのオブジェクトとJavaのオブジェクトだ
Assuming you have changed the settings in the wizard,you can regenerate the Java objects, as indicated below: Right-click the WSDL file and choose Open.
ウィザードで設定を変更したとしても、次のようにすればJavaオブジェクトを再生成できます。「WSDL」ファイルを右クリックし、「開く」を選択します。
Central in the Spring Framework is its Inversion of Control container,which provides a consistent means of configuring and managing Java objects using callbacks.
SpringFrameworkの中核はInversionofControlコンテナであり、コールバックを使ってJavaオブジェクトのコンフィギュレーションおよび管理の一貫した手段を提供する。
The count of survivinggenerations is the number of different ages of all the Java objects on the JVM's heap, where"age" is defined as the number of garbage collections that an object has survived.
生存中世代数は、JVMのヒープ上にあるすべてのJavaオブジェクトの異なる年齢の数であり、この「年齢」は、あるオブジェクトが生存してきたガベージコレクションの回数として定義されます。
JSR-311 provides a set of annotations with associated classes andinterfaces that can be used to expose Java objects as Web resources.
JSR-311には関連するクラスとインターフェースと共に一連のアノテーションが提供されており、それらを使ってJavaオブジェクトをWebリソースとして公開することができます。
As with other artifacts that the IDEregenerates whenever a project is built, the Java objects are generated in the build folder.
プロジェクトがビルドされるたびにIDEが再生成する他のアーティファクトと同様、Javaオブジェクトはbuildフォルダに生成されます。
Also, the JDBC package provides a way to do programmatic as well as declarative transaction management, not only for classes implementing special interfaces,but for all your POJOs(plain old Java objects).
さらに、宣言的トランザクションおよびプログラム制御トランザクションを、特定のインターフェイスを実装したクラスだけでなく、POJO(PlainOldJavaObjects)に対しても提供します。
Although this technique is"grammar is JavaScript",it has the feature that"you can manipulate Java objects from programs written in JavaScript".
この技術は「文法はJavaScript」ですが、「JavaScriptで記述されたプログラムから、Javaオブジェクトを操作できる」という特徴があります。
Think of it as Ruby on Rails ActiveRecord but instead of inferring data objects from database, fmgVen auto maps java objects to database tables.
RubyonRails!ActiveRecordと考えるが、データベースからのデータオブジェクトの推論ではなく、fmgVen自動のjavaオブジェクトデータベーステーブルにマップします。
If all of your applications are written in the Java programming language, you will probably want touse Java RMI to enable communication between Java objects on different virtual machines and different physical machines.
アプリケーションがすべてJavaプログラミング言語で書かれている場合は、JavaRMIテクノロジを使用して、別々の仮想マシンおよび別々の物理マシン上のJavaオブジェクト間での通信を可能にできます。
Using J/Link.,[30] a Java program can ask Mathematica to perform computations; likewise, a Mathematica program can load Java classes,manipulate Java objects and perform method calls.
J/Linkを使うと、JavaプログラムからMathematicaに計算を依頼することができ、MathematicaプログラムがJavaのクラスをロードし、Javaオブジェクトを操作したりメソッドを呼び出したりできる。
There are object diagrams that can be used in UML to describe instances that would ultimately be programmed in Java,and there are diagrams that describe Java objects that have nothing to do with UML.
UMLで使用でき、最終的にJavaでプログラムされるインスタンスを記述することを目的としたオブジェクト図もあれば、UMLとは無関係なJavaオブジェクトを記述する図もあります。
Results: 36, Time: 0.0309

Word-for-word translation

Top dictionary queries

English - Japanese