Apr 22nd, 2008 | 2008年4月22日| J2EE J2EEの | No Commentsコメントはありません
java.net.BindException: Address already in use: JVM Bind is one of the most popular error among java developers and guys who do socket java.net.bindexception :アドレスは既に使用さ: JVMのバインドは、 1つは、人気のあるエラーが発生Javaの開発者と人の間who行うソケット
programming in some other language too.いくつかの他のプログラミング言語が判明しました。 But with respect to java this error is much familiar with socket programming and during web development.しかし、このエラーが多いからJavaを尊重精通してソケットプログラミングやウェブ開発中です。 This error happens for ports 80 (HTTP) , 1098 (RMI) when it is used by other applications that is running on the same PC or server.このエラーは、ポート80 ( http )が、 1098 ( RMI )のときに、他のアプリケーションで使用されることは、同じパソコンやサーバー上で実行されています。 So I am going to explain how to debug and solve this problem.私は行くためのデバッグ方法を説明するとこの問題を解決します。
→ continue reading →続きを読む
Apr 1st, 2008 | 2008年4月1日| J2EE J2EEの | No Commentsコメントはありません
Coding Standards play a vital role in the development of any software applications and development irrespective of the language that is used to develop the same.符号化規格の開発に決定的な役割を果たすのに関係なくすべてのソフトウェアアプリケーションと開発の言語を使用して開発することと同じです。 Every language whether it can be C, C++ or Java following the coding standards is must for any applications mainly to address bugs, memory leaks, performance issues and scalability.すべての言語できるかどうかCとC + +やJavaの標準コーディング規約は、以下のすべてのアプリケーションを主に対処する必要があります。バグ、メモリリーク、パフォーマンスに関する問題やスケーラビリティを実現します。 Since the style of coding may vary from language to language or developer to developer always there is always a degree of error in any software development.以来、コーディングスタイルの言語ごとに異なることがあります開発者や開発者の手にいつものにはいつも程度の任意のソフトウェア開発にエラーが発生します。 Most of the time the code gets crappy when multiple developers started working on the same piece of class or code and results in maintainability issues.ほとんどの場合、複数の開発者のコードを取得くだらない働き始めたときに、同じ一つのクラスまたはコードとの結果を保守性の問題です。 There is always a possbility of crap code present in any software application but the degree varies. possbilityなうんざりするのにはいつもコードに存在するすべてのソフトウェアアプリケーションが、度異なります。 How crappy is your code ?あなたのコードはどのようくだらないですか? Can somebody tell the degree of crappiness ?くだらなさを誰かに申し出てある程度のですか? The answer is Yes.その答えはYESです。 Alberto Savoia and Bob Evans of Agitar Labs which is a research division of Agitar Software came up with a solution calledアルベルトsavoiaとボブエバンズのagitarラボでは、研究部門の解決策を考え出したagitarと呼ばれるソフトウェア Crap4J crap4j framework for Java. for Javaのフレームワークです。
→ continue reading →続きを読む
Mar 30th, 2008 | 2008年3月30日| J2EE J2EEの | No Commentsコメントはありません
The concept reverse engineering led to the invention of decompilers in the world of softwares and programming.リバースエンジニアリング主導の概念を発明したdecompilersソフトウェアおよびプログラミングの世界では。 Decompilers in java is mainly used to covert the compiled object code back to source. decompilers隠密Javaでは、主に使用されるオブジェクトコードを省略してソースコンパイルします。 Decompilers often help programmers by helping them to recover the lost code from the compiled binaries.ヘルプdecompilersしばしばプログラマを支援することを回復する失われたコードからコンパイル済みバイナリです。 Decompilation of java code or any code from some other languages need to undergo some steps like disassembly, program analysis, code analysis, structure rebuilding and code generation depending on the language or type of the code. decompilationのJavaコードまたは任意のコードを受ける必要があるからいくつかの他の言語のようないくつかの手順を実行分解、プログラム解析、コード解析、構造の再構築とコードの生成や種類に応じて、言語のコードです。 But nowadays, decompilers are mainly used for software piracy and is used to steal copyrighted code rather than for legitimate use.しかし、最近、 decompilersは、主に使用されるソフトウェアの著作権侵害や著作権を使用してコードを盗むためではなく、合法的使用します。 We will discuss some of the best known decompilers for Java in this post.我々はいくつかの議論decompilers for Javaの最もよく知られ、このポストを作成。
→ continue reading →続きを読む
Mar 28th, 2008 | 2008年3月28日| J2EE J2EEの | No Commentsコメントはありません
EJB’s popularly known as Enterprise Java Beans are one of the state-of-the-art feature of J2EE. EJBののエンタープライズJava Beansのは広く知られては、国家の1つ、最先端の機能をJ2EEのです。 EJB’s are mainly used for handling transactions, security, providing remote services etc. Even though lot of Object Relational Mapping Frameworks like Hibernate has replaced EJB’s which is considered to be so heavy in any Enterprise Application. EJBのトランザクションを処理するのは、主に使われ、セキュリティ、リモートサービスの提供等にもかかわらず多くのオブジェクトリレーショナルマッピングのフレームワークのような休止状態は、 EJBの代替的であると考えられるので重いで任意のエンタープライズアプリケーションを作成します。 Invoking an EJB inside the Application Server Container is quite simple and process is not as tedious when you try to do the same from outside the Application Server.起動するEJBのコンテナの中に、アプリケーションサーバーにはかなりシンプルで、退屈なプロセスではないとしてこれを行うにしようとしたときに、アプリケーションサーバーに外部からのと同じです。 Today I am going to explain how to invoke an EJB service which is deployed in a remote machine using a plain java client.今日の私は行くのを説明するEJBのサービスを起動する方法については、リモートマシンに配備さプレーンJavaクライアントを使用しています。
→ continue reading →続きを読む
Mar 20th, 2008 | 2008年3月20日| J2EE J2EEの | No Commentsコメントはありません
Err is human thats what we say.過ちは人の常thats私たちの言うことです。 Unit Testing, Code Review are considered as some of the bugging terms in the current software industry.ユニットテスト、コードレビューは見なされるいくつかの盗聴は、現在のソフトウェア業界用語です。 It is because until now no software neither framework has been guranteed to be fool-proof or bug free.これは今までないため、ソフトウェアのどちらのフレームワーク保証されてばかにされ証拠やバグの無料です。 Testing of any software or an application can be done at two levels.すべてのソフトウェアやアプリケーションのテストは2つのレベルで行われています。 One at usability and functionality level ie.使いやすさと機能を1つずつレベルのIEを起動します。 nothing but black box testing.ブラックボックステストに過ぎない。 The second one is nothing but White box or glass box testing the internal structure of the application or software. 2番目の1つは何もないしかし、ホワイトボックスをオンまたはガラスの箱の内部構造をテストするアプリケーションまたはソフトウェアです。 In terms of Electrical Engineering this kind of testing is called ICT (In Circuit Testing).の点で電気工学と呼ばれるこの種のテストは、情報通信(の回路テスト)です。 The success of a software or application is much dependent on White box testing for a long run in terms of scalability, maintenance, load-factor etc. You can find lot of opensource and licensed frameworks available in the market to test the internal structure of the design, framework, code etc. For Java development open-source tools like Junit, PMD, Hamurapi are the prominent frameworks that has been used wide across the industry.の成功には、ソフトウェアやアプリケーションが多いホワイトボックスをオンに依存してテストの点では、長い目で見れば、スケーラビリティ、メンテナンス、荷重係数等を検索することができます多くのオープンソースライセンスの枠組みや市場で入手可能で内部構造をテストするには、デザイン、フレームワーク、コード等のJava開発ツールのようなオープンソースのJUnit 、 pmdディレクトリ、 hamurapiは、著名なフレームワークで、業界全体は使用されて広いです。 Now a new open-source framework called今すぐに新しいオープンソースのフレームワークと呼ばれる Enerjy enerjy joins the party.パーティーに参加します。
→ continue reading →続きを読む