Entries in java (7)

Saturday
Jun192010

Stanford Course CS106A Programming Methodology (28 lectures)

Stanford University posted the complete lecture series CS106A on YouTube last year.

Professor Mehran Sahami of the Computer Science Department is very popular on YouTube, judging from the comments and the remarkable number of views, upwards of 250,000 for the first lecture. The first lecture is mostly administrative, the course material beginning toward the end, around the 44:00 minute mark.

CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. 
Wednesday
Apr082009

Google Web Toolkit Blog: Introducing GWT 1.6 and friends

via Google Web Toolkit Blog: Introducing GWT 1.6 and friends

 

Starting today, there is a simpler way to use the JavaTM language to develop and deploy world-scalable web applications. We are very happy to announce today: What does this mean for you? It is easier than ever to create sophisticated web applications entirely in the Java language with Google Web Toolkit while working productively in Eclipse. And the moment you’re finished, with only a few button clicks you can upload and publish your application to the world on App Engine. In GWT 1.6, we’ve tried to make common tasks simpler while making it possible to do even more advanced things. If you’re brand new to GWT, some of this is going to sound like gibberish, so you’ll also want to take a look at the Product Overview as a gentler introduction.
Tuesday
Mar312009

Google Web Toolkit 1.6 (Release Candidate) - developer's guide and download page

UPDATE: GWT 1.6.3 (RC2) now avaliable for download

Google Web Toolkit 1.6 RC2 Now Available

Posted by Scott Blum - Monday, March 30, 2009 at 7:00:00 PM

The Google Web Toolkit engineering team is happy to announce that the second Google Web Toolkit 1.6 Release Candidate is now available from the project download page for you to try out. (The first GWT 1.6 Release Candidate was announced a couple of weeks ago on the the GWT Developer Forum.)

 

Developer’s Guide

  • Please consider this a draft until GWT 1.6 is officially released

  • Google Web Toolkit (GWT) makes it easier to write high-performance AJAX applications. You write your front end in the Java programming language and GWT compiles your source into highly optimized JavaScript.

Upgrading to GWT 1.6

There are four tasks involved when upgrading a GWT 1.5 project to a GWT 1.6 project:

  • Download the new JAR files and update your launch configurations.

  • GWTShell has been replaced by HostedMode, so you will need to update your Eclipse project settings accordingly.

  • GWT now uses a war directory for most public resource and server configuration files. The war directory is a standard directory recognized by many web servers, including GWT hosted mode.

  • Event listeners have been replaced by event handlers.

Wednesday
Mar252009

AWS Toolkit for Eclipse

Amazon Web Services announces AWS Toolkit for Eclipse.

The initial launch of the AWS Toolkit for Eclipse is targeted at Amazon EC2 developers and provides basic management features along with tools for deploying and debugging Java web applications. The AWS Toolkit for Eclipse, based on the Eclipse Web Tools Platform, guides Java developers through common workflows and automates tool configuration, such as setting up remote debugger connections and managing Tomcat containers. Previously, developers needed specific knowledge of several systems and manual processes to get Java web applications running in scalable configurations on Amazon EC2. The steps to configure Tomcat servers, run applications on Amazon EC2, and debug the software remotely are now done seamlessly through the Eclipse IDE.
Shared by
Wednesday
Mar252009

Annoucement : SmartGWT Enterprise Edition Release - Google Web Toolkit News - onGWT.com

Annoucement : SmartGWT Enterprise Edition Release - Google Web Toolkit News - onGWT.com.

Moments ago Isomorphic, creators of SmartGWT, announced SmartGWT Enterprise Edition. SmartGWT Enterprise Edition (SmartGWT EE for short) is a commercially licensed version of SmartGWT that includes Java Server side functionality, additional tools, and a classic commercial license in lieu of the LGPL. For teams with existing Java functionality, SmartGWT EE provides greatly accelerated integration with SmartGWT’s visual components. In many cases it is possible to take existing Java methods in an application and bind a SmartGWT grid or form to those methods without writing any new code, without the need for redundant DTOs (data transfer objects), simply by specifying what method to call in a DataSource XML file. SmartGWT EE also provides wizards that generate DataSources which immediately provide full read-write binding to any Hibernate entity or SQL database table, including the ability to search, update, delete and add new records. You can easily add Java business logic that runs before or after the Hibernate or SQL binding, which can modify the request before it executes, modify the output, or take any other action