Intelligentedu intelligentedu
Best New Free Computer IT Training Tutorial Resources 最高の新しい無料コンピュータリソースITトレーニングチュートリアル
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian





Blog Roll: ブログロール:


Top Links: トップへ関連リンク:

October 24, 2007 2007年10月24日

Eclipse And Java For Total Beginners初心者向けのEclipseとJavaの合計

Here is a great free screencam video tutorial, titled次に示すのは、大きな無料screencamビデオチュートリアルでは、題名 Eclipse And Java For Total Beginners 初心者向けのEclipseとJavaの合計 that will help get you started developing Java programs using Eclipse.発展途上ことが参考にしてくださいEclipseのJavaプログラムを使用しています。 To use these Java Eclipse tutorials you do not need to have previous experience with Eclipse or Java.これらのJava Eclipseのチュートリアルを使用する必要はありませんには前のEclipseやJavaの経験がある。 You have access to a total of 16 tutorial lessons, with each being from 9 to 14 minutes in length, for a total of about 3 1/4 hours.あなたにアクセスし、合計16のチュートリアルのレッスンがあり、それぞれが9から14分の長さは、合計で約3 1 / 4時間です。 The lessons take you through a step-by-step instructions on how to code and develop a simple 'personal lending library' application.を介しての教訓を取るステップバイステップの手順を参照してコードを開発すると単純な'個人的な貸出図書館'アプリケーションを作成します。 All lessons are voice narrated.すべてのレッスンはナレーションの声です。

You can access theアクセスするにすることができます。 Download files hereファイルのダウンロードについて for these Java Eclipse Tutorials and get started when you're ready.これらのチュートリアルとJavaのEclipseの利用を開始する準備が整ったらです。 The lessons are recorded using Adobe Flash. Be sure to download the版のFlashを使用してのレッスンは記録がありますので、必ずをダウンロードして Tutorial Companionチュートリアルコンパニオン document as well.ドキュメントとしてです。 Here are theここでは、 Lesson Descriptionsレッスンの説明 .です。 The tutorials useチュートリアルを使用する Eclipse version 3.3 Eclipseのバージョン3.3 (Europa), released June 2007. (ヨーロッパ) 、 2007年6月にリリースします。 You can also downloadダウンロードすることもできます。 12 Java Persistence Lessons 12ジャワの永続性のレッスン at this site.このサイトです。


Eclipse Java Video Tutorial Lessons : EclipseのJavaのビデオチュートリアルのレッスン

Lesson 1 – Create Your First Java Class (11:39) レッスン1 -最初のJ avaクラスを作成してください( 1 1:39)

  • Create Java project in Eclipse EclipseのJavaプロジェクトを作成する
  • Create Java package Javaパッケージを作成
  • Introduce classes and objects, naming conventionsクラスとオブジェクトを導入する、命名規約
  • Write a simple Java class (Person)ここに単純なJavaクラス(人)
Lesson 2 – Add Methods To Class (13:20) レッスン2 -クラスのメソッドを追加( 1 3:20)
  • Introduce Eclipse Views and Perspectives Eclipseの再生回数や視点を導入する
  • Introduce Eclipse user interface – drag / drop, context menus, help Eclipseのユーザーインターフェイスを導入する-ドラッグ/ドロップ、コンテキストメニュー、ヘルプ
  • Add get and set methods to Person class追加取得および設定の方法をPersonクラス
Lesson 3 – Use Eclipse Scrapbook (12:33) レッスン3 -使用するE clipseのスクラップブック( 1 2:33)
  • Introduce Eclipse Scrapbook Eclipseのスクラップブックを導入する
  • Introduce Java expressions, statementsジャワの表現を導入する、ステートメント
  • Discuss Java packages Javaパッケージについて話し合う
  • Create Person object in Scrapbookオブジェクトを作成する人のスクラップブック
Lesson 4 – JUnit Testing in Eclipse, Part 1 (12:26) レッスン4 -E clipseのJ Unitのテストでは、パート1 ( 1 2:26)
  • Create test source folderテストソースフォルダを作成
  • Create PersonTest class persontestクラスの作成
  • Run first JUnit test最初のJUnitのテストを実行
Lesson 5 – JUnit Testing Continued (8:54) レッスン5 -J Unitのテストを継続( 8時5 4分)
  • Test Person class – part 2テストPersonクラス-パート2
  • Create test methods for constructor, getName, and getMaximumBooksコンストラクタのテストメソッドを作成し、 getname 、およびgetmaximumbooks
  • Static methods静的メソッド
Lesson 6 – Using Test-First Development in Eclipse (11:43) レッスン6 -最初の開発と、 E clipseを使用してテスト( 1 1:43)
  • Use test-first approach to write the Person toString() method最初のアプローチを使用するテストを書いて人のtoString ( )メソッド
  • Method overridingメソッドのオーバーライド
  • Field Hidingフィールドに隠れている
Lesson 7 – Create Book Class (10:25) レッスン7 -予約クラスを作成( 1 0:25)
  • Create BookTest before creating Book class予約クラスを作成する前に作成booktest
  • Test Book constructor試験予約のコンストラクタ
  • Create get and set methods getとsetメソッドを作成
Lesson 8 – Add Person to Book Class (13:13) レッスン8 -カートの人を予約クラス( 1 3:13)
  • Create a relationship between the Book class and the Person Class予約クラス間の関係を作成すると、 Personクラス
  • Test getPerson methodテストgetperson法
  • Create JUnit Test Suite JUnitのテストスイートを作成
Lesson 9 – MyLibrary Class and ArrayList (12:30) レッスン9 -M yLibraryクラスとのA rrayList( 1 2:30)
  • How can we hold books, etc. in a collection?どのように保持する書籍等のコレクションですか?
  • MyLibrary object to hold Person & Entry objects mylibrary人&入国のオブジェクトを保持するオブジェクト
  • Introduce ArrayList  in scrapbook ArrayListの導入をスクラップブック
  • Introduce Java Generics Javaのジェネリックを導入する
  • Method chainingメソッドの連鎖
Lesson 10 – Start on MyLibrary Class (12:23) レッスン10 -スタート]ボタンをM yLibraryクラス( 1 2:23)
  • Create MyLibraryTest JUnit test JUnitのテストを作成mylibrarytest
  • Create testMyLibrary to test MyLibrary constructor mylibraryコンストラクタの作成をテストするtestmylibrary
  • Create MyLibrary constructorコンストラクタの作成mylibrary
  • Introduce instanceof operator instanceof演算子を導入する
  • Introduce assertTrue method asserttrue法を導入する
Lesson 11 – Create first methods in MyLibrary class (12:56) レッスン11 -最初の方法を記載されM yLibraryクラスを作成( 1 2:56)
  • Create test method for addBook, removeBook methods addbookテストメソッドを作成し、 removebook方法
  • Create addBook, removeBook methods and test addbookの作成、テストメソッドとremovebook
  • Create addPerson, removePerson methods作成addperson 、 removeperson方法
  • Introduce Eclipse refactoring – move local variable to field Eclipseのリファクタリングを導入する-ローカル変数の値をフィールドに移動する
Lesson 12 – Create checkOut, checkIn Methods (13:44) レッスン12 -作成レジに、チェックインパネルダイアログメソッド( 1 3:44)
  • Create test for checkOut, checkIn methodsレジにテストを作成し、チェックインパネルダイアログ方法
  • Write checkout methodレジにメソッドを書く
  • Introduce if / then / else syntaxを導入する場合/入力し、 /他の構文
  • Introduce boolean methodブールの方法を導入する
  • Write checkIn methodここチェックインパネルダイアログ法
Lesson 13 – Continue checkOut Method (11:26) レッスン13 -続けるレジ方式( 1 1:26)
  • Test checkOut, checkIn methodsテストレジに、チェックインパネルダイアログ方法
  • Fix compiler error – misplaced {}修正プログラムのコンパイラエラーが発生しました-見当違いの( ( ) )
  • Add test for maximum books追加テストの最大の書籍
  • Create test for getBooksForPerson() methodテストを作成するgetbooksforperson ( )メソッド
  • Refactoring – extract methodリファクタリング-抽出法
Lesson 14 – Finish checkOut Method (12:44) レッスン14 -完了レジ方式( 1 2:44)
  • Write getBooksForPerson methodここgetbooksforperson法
  • Introduce “for each” loopを導入する" For Each "のループ
  • Introduce logical and operator “&&”を導入すると論理演算子" & & "
  • NullPointerException errors NullPointerExceptionがエラー
  • Complete checkOut Method完全にレジに法
Lesson 15 – Finish MyLibrary Methods (13:59) レッスン15 -完了m ylibraryメソッド( 1 3:59)
  • Create test for getAvailableBooksテストを作成するgetavailablebooks
  • Create getAvailableBooks作成getavailablebooks
  • Create getUnavailableBooks作成getunavailablebooks
Lesson 16 – Create main Method and JAR File (13:43) レッスン16 -主なメソッドとj arファイルを作成( 1 3:43)
  • Introduce main method主なメソッドを導入する
  • Write a main methodここに主な方法
  • Run MyLibrary as Java application Javaアプリケーションとして実行mylibrary
  • Export to JAR file and run from Windows jarファイルにエクスポートし、実行をWindows

Technorati Tags: Technoratiのタグ: , , , , ,

Popularity: 16% [人気度: 16 % [ ? ですか? ] ]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. を共有して楽しむ: これらのアイコンのリンクを社会的ブックマーキングサイトを発見する読者が共有し、新しいウェブページをご覧ください。
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts: 関連記事:
  • Top 15 Free Eclipse Video Tutorials Eclipseのトップへ15無料のビデオチュートリアル
  • Java and Eclipse Development Tutorials and Guides JavaとEclipseの開発チュートリアルとガイド
  • 27 Eclipse Tutorials 27 Eclipseのチュートリアル
  • Top 40 Java Video Tutorials on youtubeトップ40ジャワのビデオチュートリアルをYouTube
  • BestTechVideos - Free Video Training besttechvideos -無料ビデオ訓練

  • No Commentsコメントはありません »

    No comments yet.コメントはまだありません。

    RSS feed for comments on this post.この投稿にコメントをRSSフィードを登録しています。

    Leave a commentコメントを残す

    You must beしなければなりません。 logged in記録される to post a comment.コメントを投稿するにします。



    Powered by 電源を WordPress WordPressの