Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Using e4 workbench model as basis for a web application
Using e4 workbench model as basis for a web application [message #1074154] Fri, 26 July 2013 07:46 Go to next message
Roland Tepp is currently offline Roland TeppFriend
Messages: 36
Registered: July 2009
Member
Hey,

I was discussing the other day a choice of a web framework/platform for
a web based application and some of the requirements we discussed
reminded me the modeled ui of the e4 platform and the nested
IEclipseContext with DI thrown in.

That made me wonder, if something like this has already been developed
on top on Eclispe e4 framework:

Basically, the idea would be to have a general application layout
defined by e4 UI model, rendered as HTML5 (possibly perusing Bootstrap
alyout), acting as a sort of portlet and DI container for the displayed
parts.

Any of this sounds familiar? interesting?
Re: Using e4 workbench model as basis for a web application [message #1074184 is a reply to message #1074154] Fri, 26 July 2013 08:37 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
The only framework I know doing Web+e4 is vaaclipse although if I got
your right this is not what you are looking for.

Tom

On 26.07.13 09:46, Roland Tepp wrote:
> Hey,
>
> I was discussing the other day a choice of a web framework/platform for
> a web based application and some of the requirements we discussed
> reminded me the modeled ui of the e4 platform and the nested
> IEclipseContext with DI thrown in.
>
> That made me wonder, if something like this has already been developed
> on top on Eclispe e4 framework:
>
> Basically, the idea would be to have a general application layout
> defined by e4 UI model, rendered as HTML5 (possibly perusing Bootstrap
> alyout), acting as a sort of portlet and DI container for the displayed
> parts.
>
> Any of this sounds familiar? interesting?
Re: Using e4 workbench model as basis for a web application [message #1082514 is a reply to message #1074184] Thu, 08 August 2013 17:26 Go to previous messageGo to next message
Eric Moffatt is currently offline Eric MoffattFriend
Messages: 118
Registered: July 2009
Senior Member

I'm interested...Wink. We'd discussed using the model early on in Orion's development but decided that the design model for Orion wasn't a good fit since they wanted each page to be inherently simple.

This seems like a natural fit to me since the UI Model can be viewed as a description of a canonical user interface, deep enough to describe the Eclipse IDE.

I don't see anything inherently difficult about this at least on the server side (where it can support EMF...). You may run into some issues synching the server side and the browser page, perhaps you should look a RAP to see how they do their synchronization of SWT events.

Let me know if I can help. You'll know you've won when someone writes a dependency injector for JavaScript...Wink.
Re: Using e4 workbench model as basis for a web application [message #1082957 is a reply to message #1082514] Fri, 09 August 2013 09:02 Go to previous message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
Maybe, RAP's new messaging protocol could be used (without RAP itself, though) to sync HTML5 objects with the server side objects and/or UI model.
Previous Topic:Issues using the e4 bridge (@PreDestroy and @UIEventTopic in DIViewPart)
Next Topic:Open perspective
Goto Forum:
  


Current Time: Tue Apr 16 21:52:45 GMT 2024

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

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

Back to the top