Development Environment And Sandbox

Content

  1. What Is My Development Computer and Software Environment
  2. Issue with Latest Eclipse GWT Plugin
  3. Create Our Development Sandbox
  4. The Sandox SubDirectories
  5. Video

[page_prevnext prev=’gwt-intro/’ next=’downloading-softwares-needed-for-basic-gwt-development/’]

What Is My Development Computer and Software Environment

topuparrow

o My computer is a 64 bit machine, which about 3 years old. It has a intel Core i7 2.20GZ processor with 8GB Ram
o I will be using Eclipse 4.3, Kepler, and its plugin
o I will be using Firefox version 24 and not the latest version 32 as 12/2014. Why?

Java programming language is widely used in a number of different type of environments from business, gaming, electronic, web and mobile applications.

Issue with Latest Eclipse GWT Plugin

topuparrow

o Please go to http://code.google.com/p/google-web-toolkit/issues/detail?id=8561
See this:
   “There won’t be a DevMode plugin for Firefox 27 onward,
   Mozilla just killed DevMode in Firefox. Your choices are: SuperDevMode,
   use Firefox 24 ESR (so it won’t break until the next ESR), use
   another browser (but who knows when they’ll kill DevMode too?)”
o More on this on the upcoming lessons

Java programming language is widely used in a number of different type of environments from business, gaming, electronic, web and mobile applications.

Create Our Development Sandbox

topuparrow

o As part of being a professional and for personal use
o It’s good idea to have a sandbox to install software
o But, mainly have a clearly defined place to put your work
o The base directory on my machine is:
H:/gwtsandbox/
o I have these subdirectories:
H:/gwtsandbox/bin/
H:/gwtsandbox/download
H:/gwtsandbox/workspacegwt


Please create these directory structure, which we will use throught our tutorials.

Java programming language is widely used in a number of different type of environments from business, gaming, electronic, web and mobile applications.

The Sandox SubDirectories

topuparrow

o ./bin is where I put my development executable software
like eclipse and firefox
o ./download is where I place all the downloaded softwares
o Let’s say 5 years from now, I want to review this work again.
I have all the software on a neat tidy place and don’t have
to download them again. That’s if I can find it to download.
o ./workspacegwt is the workspace needed for our
eclipse development

o Next, let us “Downloading Softwares Needed for Basic GWT Development ”

Java programming language is widely used in a number of different type of environments from business, gaming, electronic, web and mobile applications.

Video

topuparrow

[page_prevnext prev=’gwt-intro/’ next=’downloading-softwares-needed-for-basic-gwt-development/’]