How to Getting Started With GWT on Linux Mint 17 Qiana LTS Easy Guide

July 4, 2014 | By the+gnu+linux+evangelist.

Mint Linux GWT Quick Start Guide

Hi! The Tutorial shows you Step-by-Step How to Getting-Started with Google Web Toolkit Development on Linux Mint 17 Qiana LTS i386/amd64 Desktop.

To dispose of the Recommended Java Environment on Linux Mint follow Guide on Installing Oracle Java JDK on Mint.

At the core of GWT is a Java-to-JavaScript compiler that produces code capable of running on Internet Explorer, Firefox, Mozilla, Safari, and Opera.

The Google Web Toolkit (GWT) slashes through the issues that surround multibrowser Ajax development.

It moves the development lifecycle into the type-safe language of Java while retaining the capability to access JavaScript and third-party libraries.

The GWT provides a set of tools for communication that allow you to access server-side services written in any language,

This make it potential to integrate with frameworks such as Java-Server Faces (JSF), Spring, Struts, and Enterprise JavaBeans (EJBs).

GWT provides a rich set of tools for developing Rich Internet Applications and solving the problem of moving the desktop application into the browser, including a rich set of widgets and many other tools.

GWT also provides support for the JUnit testing framework and a special hosted-mode browser that lets you develop and debug in Java without ever needing to deploy your code to a server.

Getting-Started with GWT on Linux Mint 17 Qiana LTS - Featured
  1. Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+t

    Getting-Started with GWT on Linux Mint 17 Qiana LTS - Open Terminal
  2. Download the Standalone GWT SDK and Tools.

    Latest GWT .zip
  3. Double-Click on GWT Zip and Extract into /tmp/:

    Getting-Started with GWT on Linux Mint 17 Qiana LTS - Extracting
    Or from Command Line:

    unzip -d /tmp/ gwt*.zip
  4. Setting Up GWT:

    sudo su -c "chown -R root:root /tmp/gwt*"
    sudo su -c "mv /tmp/gwt* /opt/gwt"
  5. Add GWT Tools to User Path:

    nano $HOME/.bashrc

    Append:

    export PATH=$PATH:/opt/gwt

    Ctrl+x to Save & Exit from nano Editor :)

  6. How to Install Recommended Oracle JDK on Linux Mint

    Install Oracle JDK for Linux Mint
  7. Quick-Start with GWT Web Apps Development

    GWT Web App Hello World

QuickChic Theme • Powered by WordPress