Course Overview, JDK & NetBeans BCIS 3680 Enterprise Programming.

Slides:



Advertisements
Similar presentations
Developing in CAS. Why? As distributed you edit CAS 3 with Eclipse and build with Maven 2 – Best Practice for Release Engineering – Difficult edit-debug.
Advertisements

Lesson One: The Beginning Chapter 2: Processing Learning Processing Daniel Shiffman Presentation by Donald W. Smith Graphics from built-in help reference.
Cox Personal Web Space (or AOL space) Free Storage for Image Galleries.
Installing SAS 9.3 Raymond R. Balise Health Research and Policy.
MC365 Ant. Today We Will Cover: Overview of Ant Installing Ant Using the Ant command line tool Various Ant commands available Using Ant in Eclipse.
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
26-Jun-15 Getting Ready for CIT Labs Lab is scheduled for 3;00-4:30 Fridays in Moore 207 Lab is not in Towne 309 (Registrar has it wrong) Everyone.
30-Jun-15 Getting Ready for CIT Labs Lab is scheduled for 1:30-3:00 Fridays in Moore 207 Lab is not in Towne 313 (Registrar has it wrong) Everyone.
Lab 1 Instructor: Jolanta Soltis.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
NetBeans IDE Downloading and Installation Guide. Downloading NetBeans IDE Installation Setup.
ECE356 – Database Systems Lab 1 – Building a Web Project with NetBeans Tiuley Alguindigue Lab Instructor – University of Waterloo, E & CE Dept. Fall 2013.
CS 160: Software Engineering August 27 Class Meeting Department of Computer Science San Jose State University Fall 2014 Instructor: Ron Mak
CS0007: Introduction to Computer Programming Setting Up Java.
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
Marlene Galea.  The JDK (Java Development Kit)  An IDE (Integrated Development Environment) ◦ Different IDEs include:  JCreator  NetBeans  BlueJ.
Installing Tomcat on Windows  You may find the Tomcat install shield has some problems recognizing JSDK 1.4 beta installations.  You.
Editing Java programs with the BlueJ IDE. Working environments to develop (= write) programs There are 2 ways to develop (write) computer programs: 1.Using.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
Getting Started With Java Downloading and installing software Running your first program Dr. DwyerFall 2012.
Android 2: Introduction to the Technology Kirk Scott 1.
M. Taimoor Khan * Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic,
Servlets Environment Setup. Agenda:  Setting up Java Development Kit  Setting up Web Server: Tomcat  Setting up CLASSPATH.
IPT2 user interface customization and locale translation Alan Yang, Kun Chi Lai, Jim Hsu Biodiversity Research Center, Academia Sinica.
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
1 IMPORTANT NOTE  IMPORTANT NOTE not  As of this writing the default project you will download, import and use in this class is not enabled for Tomcat.
WaveMaker Visual AJAX Studio 4.0 Training Installation.
Basic Setup Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Java Servlets example using NetBeans 6. Pre-requirements: Install Java JDK 1.6 Install NetBeans IDE 6 (we will use version NetBeans IDE update 16)
BIT115 Downloading & Installing the BIT115 Software & Programs.
IDEs Department of Information Systems and Computer Science Ateneo de Manila University.
 Research on the best software that suits your preference. I recommend Adobe Dreamweaver as that is what I’m using to create my website.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
Chapter 1 Server Setup and Configuration. Contents A.Installing and Configuring Web Server B.Testing the Installation.
Installing MySQL BCIS 3680 Enterprise Programming.
MySQL Getting Started BCIS 3680 Enterprise Programming.
® IBM Software Group © 2009 IBM CorporationLast Update: 5/27/2009 Setup Guide for the RUI EGL Distance Learning Course RBD v7.5.1 Workstation.
System Restore BCIS 3680 & BCIS Better Safe than Sorry  Before installing programs used in this course (NetBeans, MySQL, etc.), it’s highly recommended.
Version Control and SVN ECE 297. Why Do We Need Version Control?
Tomcat Setup BCIS 3680 Enterprise Programming. One-Click Tomcat Setup 2  This semester we’ll try to set up Tomcat with a PowerShell script.  Preparation.
How to install JavaCV in Eclipse. Make sure to download and install all these before you proceed Eclipse for Java EE developers (current is Juno)
MySQL Getting Started BCIS 3680 Enterprise Programming.
Troubleshooting Dashhawk Issues. Here's what you have to do to have the DashHawk run properly Go to the ACTUAL PROGRAM file (not the short cut)
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
CS 201 Lecture 1 (b) Using an IDE Tarik Booker CS 201: Introduction to Programming California State University, Los Angeles.
Day 1 Session 2. Setup & Installation
Apache Tomcat & Quick Tutorial
Downloading & Installing the BIT115 Software & Programs
ISYS 350 Building Business Applications
Introduction to Java Import Scanner class to use in our program
Welcome to Adv. Java Programming
1. Environment Setting Minhaeng Lee.
Getting started in Eclipse
Installing OpenRefine
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ESIS Consulting LLC (C) ESIS Consulting LLC. All rights reserved
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
Review of Previous Lesson
Presentation transcript:

Course Overview, JDK & NetBeans BCIS 3680 Enterprise Programming

Structure of Course 2  Java in Action  Methods – Overloading and overriding  Arrays and loops  OOP  Encapsulation  Inheritance  Java on the Web  Apache Web server  JSP  Form processing  Java on Data  MySQL  JDBC  Handling data

What We Won’t Cover  I will not go over if statements in detail.  Loops will be discussed only in relation to arrays.  Consult your 3630 materials if you think your knowledge of these is rusty. 3

Software for This Course 4  Software needed for this course includes:  Java JDK  If you have installed the JDK for BCIS 3630, you don’t have to reinstall it, even though its version is not the most current.  Java editor  My recommendation is NetBeans. But you may use any tool that is capable of creating and editing Java classes. You may continue using the tool you used in BCIS If you’re interested in Android development in the future, Eclipse is recommended.  HTML editor  Dreamweaver (any version) is recommended. But again, you may use your preferred HTML editor. On CoB lab computers, you can find Dreamweaver in the menu for Dr. Peak’s courses.  Tomcat  MySQL

Software Installation 5  Before installing software, it is highly recommended that you go through my PowerPoint slides on System Restore.  Manually create a restore point so that you can revert your system to its clean state if anything goes wrong during the installation.

Download Java and NetBeans 6  Download JDK 7 from the course website: windows-i586.exe  Download Tomcat from the course website: tomcat windows-x86.zip  If you choose to download from other sources, you’ll be on your own!  Other mixes of the software may or may not work properly for this course.  If they don’t, you may have to uninstall them and use the course versions instead.

JDK Installation 7  Once you have downloaded the installer files, install the Java SE JDK first. Then install NetBeans.  We will use NetBeans to write Java classes in this course.  We also will use Tomcat as the Web server for our Web applications. The Tomcat installer is integrated in the NetBeans installer.

JDK Installation 8  It helps later if you take note of where you install your JDK to.

JDK Installation 9  The installation process also will install the JRE (Java Runtime Environment). It’s not as important to note its location.

Download NetBeans   Select the “Java EE” bundle 10

NetBeans Installation 11  The use of NetBeans in this course is absolutely optional.  You may choose to install Tomcat together while installing NetBeans. But this is not absolutely necessary.  You can install Tomcat later either as a separate installation or modification of NetBeans features.  You don’t have to install other Web server app that may also come with NetBeans. Tomcat is enough for this course.

Installation Folder  In the following slides, I’m installing programs to my “program partition,” which is my D: drive. So you see all the installation folders share the common D: root.  You don’t have to do the same. In fact, if you didn’t re- partition your PC, you probably have just a C: partition and D: is your DVD drive.  Most likely, your programs will be installed under C:\Program Files. It’s fine to accept the defaults, except for Tomcat. I suggest that you installed it in the folder C:\Apache\Tomcat (see details later). 12

Deselect GlassFish; Select Tomcat 13

Yaddy, Yaddy, Yadda… 14

Yaddy, Yaddy, Yadda… 2 15

Nice, JDK Path Is Auto-Detected… 16 Don’t change this. The installer will auto-detect it for you.

Hold It Right There… 17 You don’t want to use the default for Tomcat. The long directory path and the spaces may cause some hassle, if not frustration.

Change Tomcat Installation Folder… 18 … to something short, and with no spaces.

Now We’re Talking! 19

If Your NetBeans Looks Different from Mine 20

Now That’s Better! 21