Intelligentedu Intelligentedu
Best New Free Computer IT Training Tutorial Resources Miglior nuovo computer è libero di formazione tutorial risorse
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: Roll blog:


Top Links: Top Links:

October 24, 2007 24 ottobre 2007

Eclipse And Java For Total Beginners Eclipse e Java per il totale principianti

Here is a great free screencam video tutorial, titled Qui è un grande libero ScreenCam tutorial video, dal titolo Eclipse And Java For Total Beginners Eclipse e Java per il totale principianti that will help get you started developing Java programs using Eclipse. che aiuteranno iniziare lo sviluppo di programmi Java con Eclipse. To use these Java Eclipse tutorials you do not need to have previous experience with Eclipse or Java. Per utilizzare queste esercitazioni Eclipse Java non è necessario avere precedenti esperienze con Eclipse o 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. Si ha accesso a un totale di 16 lezioni di esercitazione, ciascuno dei quali è da 9 a 14 minuti di lunghezza, per un totale di circa 3 1 / 4 ore. The lessons take you through a step-by-step instructions on how to code and develop a simple 'personal lending library' application. Le lezioni si prende attraverso un passo passo le istruzioni su come codice e sviluppare una semplice 'erogazione di prestiti personali libreria' applicazione. All lessons are voice narrated. Tutte le lezioni sono narrati voce.

You can access the È possibile accedere al Download files here Scaricare file qui for these Java Eclipse Tutorials and get started when you're ready. per questi Eclipse Java Tutorial e iniziare quando sei pronto. The lessons are recorded using Adobe Flash. Be sure to download the Le lezioni sono registrati utilizzando Adobe Flash. Accertarsi di scaricare il Tutorial Companion Tutorial Companion document as well. documento come bene. Here are the Qui ci sono le Lesson Descriptions Descrizioni lezione . The tutorials use I tutorial uso Eclipse version 3.3 Eclipse versione 3,3 (Europa), released June 2007. (Europa), rilasciato giugno 2007. You can also download È anche possibile scaricare 12 Java Persistence Lessons 12 lezioni persistenza Java at this site. su questo sito.


Eclipse Java Video Tutorial Lessons : Eclipse Java video tutorial lezioni:

Lesson 1 – Create Your First Java Class (11:39) Lezione 1 - Crea la tua prima classe Java (11:39)

  • Create Java project in Eclipse Creare Java progetto in Eclipse
  • Create Java package Crea pacchetto Java
  • Introduce classes and objects, naming conventions Introdurre le classi e gli oggetti, convenzioni di denominazione
  • Write a simple Java class (Person) Scrivere una semplice classe Java (Persona)
Lesson 2 – Add Methods To Class (13:20) Lezione 2 - Aggiungi metodi di classe (13:20)
  • Introduce Eclipse Views and Perspectives Eclipse introdurre punti di vista e prospettive
  • Introduce Eclipse user interface – drag / drop, context menus, help Introdurre Eclipse interfaccia utente - drag / drop, menu contestuali, aiuto
  • Add get and set methods to Person class Aggiungi ottenere e impostare i metodi di classe Person
Lesson 3 – Use Eclipse Scrapbook (12:33) Lezione 3 - Utilizzare Eclipse Scrapbook (12:33)
  • Introduce Eclipse Scrapbook Introdurre Eclipse scrapbook
  • Introduce Java expressions, statements Java introdurre espressioni, le dichiarazioni
  • Discuss Java packages Discuti pacchetti Java
  • Create Person object in Scrapbook Persona creare oggetto in Album
Lesson 4 – JUnit Testing in Eclipse, Part 1 (12:26) Lezione 4 - Test JUnit in Eclipse, parte 1 (12:26)
  • Create test source folder Creare test di cartella di origine
  • Create PersonTest class Creare PersonTest classe
  • Run first JUnit test Eseguire prima prova JUnit
Lesson 5 – JUnit Testing Continued (8:54) Lezione 5 - Test JUnit Continua (8:54)
  • Test Person class – part 2 Prova classe Person - parte 2
  • Create test methods for constructor, getName, and getMaximumBooks Creare metodi di prova per il costruttore, getname, e getMaximumBooks
  • Static methods Metodi statici
Lesson 6 – Using Test-First Development in Eclipse (11:43) Lezione 6 - utilizzando il metodo di prova-in primo luogo lo sviluppo Eclipse (11.43)
  • Use test-first approach to write the Person toString() method Uso di test-primo approccio per scrivere la Persona toString ()
  • Method overriding Metodo generale
  • Field Hiding Nascondere campo
Lesson 7 – Create Book Class (10:25) Lezione 7 - Crea Prenotare Classe (10:25)
  • Create BookTest before creating Book class Creare BookTest prima di creare Prenotare classe
  • Test Book constructor Prenotare costruttore di prova
  • Create get and set methods Creare ottenere e impostare i metodi
Lesson 8 – Add Person to Book Class (13:13) Lezione 8 - Aggiungi persona Prenotare classe (13,13)
  • Create a relationship between the Book class and the Person Class Creare un rapporto tra il Libro di classe e la classe Person
  • Test getPerson method GetPerson metodo di prova
  • Create JUnit Test Suite JUnit creare suite di test
Lesson 9 – MyLibrary Class and ArrayList (12:30) Lezione 9 - MyLibrary Classe e ArrayList (12:30)
  • How can we hold books, etc. in a collection? Come si può tenere libri, ecc in una collezione?
  • MyLibrary object to hold Person & Entry objects MyLibrary oggetto di tenere Persona & Entrata oggetti
  • Introduce ArrayList  in scrapbook ArrayList introdurre nel scrapbook
  • Introduce Java Generics Introdurre Java Generics
  • Method chaining Metodo chaining
Lesson 10 – Start on MyLibrary Class (12:23) Lezione 10 - Start sulla MyLibrary Classe (12:23)
  • Create MyLibraryTest JUnit test Creare MyLibraryTest JUnit test
  • Create testMyLibrary to test MyLibrary constructor Creare testMyLibrary a prova MyLibrary costruttore
  • Create MyLibrary constructor Creare MyLibrary costruttore
  • Introduce instanceof operator Introdurre operatore instanceof
  • Introduce assertTrue method Introdurre assertTrue metodo
Lesson 11 – Create first methods in MyLibrary class (12:56) Lezione 11 - Creare metodi in prima classe MyLibrary (12:56)
  • Create test method for addBook, removeBook methods Creare metodo di prova per addBook, metodi removeBook
  • Create addBook, removeBook methods and test Creare addBook, removeBook e metodi di prova
  • Create addPerson, removePerson methods Creare addPerson, metodi removePerson
  • Introduce Eclipse refactoring – move local variable to field Introdurre Eclipse refactoring - variabile locale per passare al campo
Lesson 12 – Create checkOut, checkIn Methods (13:44) Lezione 12 - Crea Checkout, Checkin metodi (13:44)
  • Create test for checkOut, checkIn methods Banco di prova per creare Checkout, metodi Checkin
  • Write checkout method Scrivere metodo di checkout
  • Introduce if / then / else syntax Se introdurre / poi / altro sintassi
  • Introduce boolean method Introdurre il metodo boolean
  • Write checkIn method Checkin metodo di scrittura
Lesson 13 – Continue checkOut Method (11:26) Lezione 13 - Continua Checkout Metodo (11,26)
  • Test checkOut, checkIn methods Test di checkout, checkin metodi
  • Fix compiler error – misplaced {} Compilatore correzione di errore - erroneamente ()
  • Add test for maximum books Aggiungi prova per un massimo di libri
  • Create test for getBooksForPerson() method Banco di prova per creare getBooksForPerson ()
  • Refactoring – extract method Refactoring - estratto metodo
Lesson 14 – Finish checkOut Method (12:44) Lezione 14 - Fine Metodo di checkout (12:44)
  • Write getBooksForPerson method GetBooksForPerson metodo di scrittura
  • Introduce “for each” loop Introdurre "per ciascun" loop
  • Introduce logical and operator “&&” Introdurre e operatore logico "& &"
  • NullPointerException errors NullPointerException errori
  • Complete checkOut Method Metodo completo Checkout
Lesson 15 – Finish MyLibrary Methods (13:59) Lezione 15 - Fine MyLibrary metodi (13:59)
  • Create test for getAvailableBooks Banco di prova per creare getAvailableBooks
  • Create getAvailableBooks Creare getAvailableBooks
  • Create getUnavailableBooks Creare getUnavailableBooks
Lesson 16 – Create main Method and JAR File (13:43) Lezione 16 - Crea metodo principale e file JAR (13:43)
  • Introduce main method Introdurre metodo principale
  • Write a main method Scrivere un metodo principale
  • Run MyLibrary as Java application Esegui MyLibrary come applicazione Java
  • Export to JAR file and run from Windows Esporta in file JAR e gestito da Windows

Technorati Tags: Technorati: , , , , ,

Popularity: 16% [ Popularity: 16% [ ? ? ] ]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. Condividere e beneficiano: Queste icone link a Social Bookmarking siti in cui i lettori possono condividere e scoprire nuove pagine web.
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts: Posti connessi:
  • Top 15 Free Eclipse Video Tutorials Top 15 Free Eclipse video tutorial
  • Java and Eclipse Development Tutorials and Guides Java ed Eclipse per lo sviluppo Esercitazioni e guide
  • 27 Eclipse Tutorials 27 Eclipse Tutorial
  • Top 40 Java Video Tutorials on youtube Top 40 Java Esercitazioni video su youtube
  • BestTechVideos - Free Video Training BestTechVideos - video gratuito di formazione

  • Filed under: Archiviato in: Best New Free Computer IT Training Tutorial Resources Miglior nuovo computer è libero di formazione tutorial risorse — computer_teacher @ 8:41 pm -- Computer_teacher @ 8:41 pm

    No Comments Nessun Commento »

    No comments yet. Non ci sono ancora commenti.

    RSS feed for comments on this post. Feed RSS per i commenti a questo post.

    Leave a comment Lascia un commento

    You must be Devi essere logged in effettuato l'accesso to post a comment. per postare un commento.



    Powered by Powered by WordPress WordPress