Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Scout and web-based GUIs
Scout and web-based GUIs [message #877126] Fri, 25 May 2012 23:19 Go to next message
Jean-Luc Picard is currently offline Jean-Luc PicardFriend
Messages: 3
Registered: May 2012
Junior Member
Hi,

I like Eclipse RCP and Equinox.

Is there a "Scout way" to build automatically an AJAX+HTML application from Eclipse RCP code ? Don't want to rewrite the whole code for a porting.

If yes can I download an example app anywhere ?

Thank you.
Re: Scout and web-based GUIs [message #877290 is a reply to message #877126] Sat, 26 May 2012 10:46 Go to previous messageGo to next message
Ivan Motsch is currently offline Ivan MotschFriend
Messages: 154
Registered: March 2010
Senior Member
A scout application consists of models for form, field, desktop, view, etc, including gui/business logic and glue code.
This model does not contain any swt, swing, ajax etc. code.
By adding the scout gui plugins (swt/rcp, swing, ajax,rap) this application becomes a RCP, AJAX, RAP application.

In short. The scout way of creating applications is by not creating a hard-wired swt,swing or ajax application in the first place.

Therefore for example a migration from an existing scout "Swing" application to a scout "Ajax" application is a zero step. Just changing the involved gui plugins.

This all describes the front-end part.

The back-end part is similar. It uses the equinox server side as the core for services (osgi), integration, jax-ws and j2ee (bridge servlet).
Re: Scout and web-based GUIs [message #878163 is a reply to message #877290] Mon, 28 May 2012 18:18 Go to previous messageGo to next message
Ivan Motsch is currently offline Ivan MotschFriend
Messages: 154
Registered: March 2010
Senior Member
Was this information helpful for you?
eclipse scout comes with a samle app and a complete tutorial to create/build/run in swing, swt rap.
Re: Scout and web-based GUIs [message #879049 is a reply to message #877126] Wed, 30 May 2012 12:42 Go to previous message
Matthias Villiger is currently offline Matthias VilligerFriend
Messages: 232
Registered: September 2011
Senior Member
Hi Jean-Luc,

We don't have complete sample applications with RAP available yet. But this is something that should come in the future.

If you want to give it try, I suggest to follow the following tutorials:
(sorry for the incomplete URLs, I am not yet allowed to post URLs Sad)

Start creating a simple Scout application with this tutorial:
http//wiki.eclipse.org/Scout/Tutorial/3.8/HelloWorld

Then you can follow this tutorial to export your sample application to your own application servers:
http//wiki.eclipse.org/Scout/Tutorial/3.8/Deploy_to_Tomcat

To work through these tutorials you can e.g. use the developer build of Scout 3.8:
http//www.eclipse.org/downloads/index-developer.php

regards,
matthias
Previous Topic:Change layout in rap client
Next Topic:Scout/SDK/Designer View
Goto Forum:
  


Current Time: Fri Apr 26 02:51:40 GMT 2024

Powered by FUDForum. Page generated in 0.03298 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top