Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Business Applications with Eclipse
Business Applications with Eclipse [message #158246] Tue, 18 November 2003 10:10 Go to next message
Eclipse UserFriend
Originally posted by: weberjn.hotmail.com

I wonder if you use Eclipse as Client platform for J2EE business
applications. There are several interesting projects for HTML clients for
J2EE, like Struts or tapestry.
It seems a rich client is not fashionable. But we need a highly
interactive client to enter business data, with lots of semantic checks.
So, how would you develop business applications with Eclipse?
Certainly data should be gotten as value objects from EJBS via RMI, but
how would you connect the data to the gui? Is that to be done with the EMF
project?
How can you attach the gui controls to EJB security, i.e. grey out actions
that are not allowed for the user?
How would you do constraints between gui fields (i.e. check male and grey
out maiden name)?


Thank you very much,
Juergen
Re: Business Applications with Eclipse [message #158540 is a reply to message #158246] Tue, 18 November 2003 18:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nex8.gmx.net

Hello, Juergen,

You are right, we need a highly interactive client for business data,
traditional HTML-based web clients are just not good enough for that
purpose.

In my opinion, this is a huge opportunity for the eclipse platform, to
evolve to a universal rich client for business applications but also for
the semantic web.

Microsoft is also thinking "fat" in that direction in Longhorn
(http://news.com.com/2009-1016_3-5103226.html?tag=nefd_lede).

In Eclipse 3 there will be a rich client subproject
( http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/rcp-proposal/rich_client_platform_facilities.html)

So I think you could use the Eclipse API containing all necessary
widgets (SWT or JFace) to easily build your rich client application.

Then communicate via webservices or RMI with your server application to
exchange data.

You don't need Struts or Tapestry since these are HTML-based frameworks.

Hope that helped,

Tommy

----
Qanyon.com


Juergen Weber wrote:
> I wonder if you use Eclipse as Client platform for J2EE business
> applications. There are several interesting projects for HTML clients for
> J2EE, like Struts or tapestry.
> It seems a rich client is not fashionable. But we need a highly
> interactive client to enter business data, with lots of semantic checks.
> So, how would you develop business applications with Eclipse?
> Certainly data should be gotten as value objects from EJBS via RMI, but
> how would you connect the data to the gui? Is that to be done with the EMF
> project?
> How can you attach the gui controls to EJB security, i.e. grey out actions
> that are not allowed for the user?
> How would you do constraints between gui fields (i.e. check male and grey
> out maiden name)?
>
>
> Thank you very much,
> Juergen
>
Re: Business Applications with Eclipse [message #158778 is a reply to message #158540] Wed, 19 November 2003 05:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: weberjn.hotmail.com

Hello, Thomas,

thanks for your links, I did not know yet about the rich client project.

> You are right, we need a highly interactive client for business data,
> traditional HTML-based web clients are just not good enough for that
> purpose.
Good arguments for non-HTML are on this vendor page:
http://www.jtwister.com/

> In Eclipse 3 there will be a rich client subproject
This looks promising. Is there a relation to the EMF project, which, as I
understand, has a java generator?

Thanks,
Juergen
Re: Business Applications with Eclipse [message #158865 is a reply to message #158778] Wed, 19 November 2003 07:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pascal_rapicault.yahoo.fr

> > In Eclipse 3 there will be a rich client subproject
> This looks promising. Is there a relation to the EMF project, which, as I
> understand, has a java generator?
No, Eclipse RCP is 'simply' a refactoring of some existing plugin so
they can be used separately. One of the major change is in the UI.
Re: Business Applications with Eclipse [message #181001 is a reply to message #158865] Fri, 16 January 2004 08:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: koen.aers.advalvas.be

Hi,

In our project we are also considering to use Eclipse as a rich client
framework for our business application. But to convince my bosses and
our clients it would be nice to be able to mention projects that already
did similar things. Does anybody know of such examples?

Greetings,

Koen
Re: Business Applications with Eclipse [message #181089 is a reply to message #181001] Fri, 16 January 2004 10:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myles_jeffery.hotmail.com

I can give my support to your venture: we have been using Eclipse as the
basis for our off the shelf application for over a year. Its great.

"Koen Aers" <koen.aers@advalvas.be> wrote in message
news:bu8q46$loq$1@eclipse.org...
> Hi,
>
> In our project we are also considering to use Eclipse as a rich client
> framework for our business application. But to convince my bosses and
> our clients it would be nice to be able to mention projects that already
> did similar things. Does anybody know of such examples?
>
> Greetings,
>
> Koen
>
Re: Business Applications with Eclipse [message #181153 is a reply to message #181089] Fri, 16 January 2004 11:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: koen.aers.advalvas.be

Myles Jeffery wrote:

> I can give my support to your venture: we have been using Eclipse as the
> basis for our off the shelf application for over a year. Its great.
>
> "Koen Aers" <koen.aers@advalvas.be> wrote in message
> news:bu8q46$loq$1@eclipse.org...
>
>>Hi,
>>
>>In our project we are also considering to use Eclipse as a rich client
>>framework for our business application. But to convince my bosses and
>>our clients it would be nice to be able to mention projects that already
>>did similar things. Does anybody know of such examples?
>>
>>Greetings,
>>
>>Koen
>>
>
>
>

Thanks for your response Jeffery. What is the name of your application
and what does it do? Can you send me some more information about it?

Greetings,

Koen
Re: Business Applications with Eclipse [message #181206 is a reply to message #181001] Fri, 16 January 2004 12:27 Go to previous message
Eclipse UserFriend
RPC Software currently sells an order management and accounting application
that uses the Eclipse workbench (v 2.2.1, not the RCP, yet). We currently
have one customer in production. I think it has worked out great. The
workbench architecture and the use of extension points will make it easier
for use to customize installations for each one of our clients.

Ted Stockwell
Technical Director
RPC Software
www.rpcsoftware.com


"Koen Aers" <koen.aers@advalvas.be> wrote in message
news:bu8q46$loq$1@eclipse.org...
> Hi,
>
> In our project we are also considering to use Eclipse as a rich client
> framework for our business application. But to convince my bosses and
> our clients it would be nice to be able to mention projects that already
> did similar things. Does anybody know of such examples?
>
> Greetings,
>
> Koen
>
Previous Topic:Eclipse GC
Next Topic:problem with starting eclipse
Goto Forum:
  


Current Time: Tue Jun 03 04:53:57 EDT 2025

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

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

Back to the top