Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Usability and architecture questions
Usability and architecture questions [message #130922] Fri, 01 May 2009 11:46 Go to next message
hanys is currently offline hanysFriend
Messages: 188
Registered: July 2009
Senior Member
Hi all,

I have done my first application based on RAP and it looks really good. :-)

How many applications in production use RAP?

Now I am thinking about how to realize the following things:
-How to deploy this application into e.g. Tomcat. I saw a video describing
it,
but I think I need to know how:
-How to use e.g. basic authentication for applying a security and how to
propagate an information about logged user
further into the application code. And how to prevent that some other
users don't call these servlets and not manipulate with
server side objects or can't cause any hacks or problems.

Can somebody tell me a little bit about the internals of communication
between web browser and RAP server?
Or point to me some parts of code where I can learn more? What is a
mechanism and format of messages for sending event's back and forth server
and client.

One more observation.
When application was running for longer time IE wrote me that it's going
slowly and displayed a window if to close or leave opened this running RAP
application in a browser. Don't you know where might be a problem?


Thanks,
Jan
Re: Usability and architecture questions [message #131450 is a reply to message #130922] Tue, 05 May 2009 14:39 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Jan wrote:
> Hi all,
>
> I have done my first application based on RAP and it looks really good. :-)
>
> How many applications in production use RAP?
That is hard to tell with an open-source projects. Apart from those
that EclipseSource is involved with as a service supplier, I know
http://www.cas-pia.de/
http://ondemand.yoxos.com/geteclipse/start

>
> Now I am thinking about how to realize the following things:
> -How to deploy this application into e.g. Tomcat. I saw a video describing
> it,
> but I think I need to know how:
> -How to use e.g. basic authentication for applying a security and how to
> propagate an information about logged user
> further into the application code. And how to prevent that some other
> users don't call these servlets and not manipulate with
> server side objects or can't cause any hacks or problems.
this has been discussed before, please search this group for
"authentication", "JAAS", "login" etc.

>
> Can somebody tell me a little bit about the internals of communication
> between web browser and RAP server?
> Or point to me some parts of code where I can learn more? What is a
> mechanism and format of messages for sending event's back and forth server
> and client.
the custom widget tutorial reveals some information:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.rap.help/help/html/advanced/custom-widget.html
you can study one of the many LCA classes, e.g. start with SliderLCA
or ScaleLCA
again, you should also be able to find information about this in
this newsgroup

>
> One more observation.
> When application was running for longer time IE wrote me that it's going
> slowly and displayed a window if to close or leave opened this running RAP
> application in a browser. Don't you know where might be a problem?
IE shows a message when the time for executing a consecutive piece
of Javascript exceeds a certain limit. Do you mean this one?

>
>
> Thanks,
> Jan
>
>
Re: Usability and architecture questions [message #131489 is a reply to message #131450] Tue, 05 May 2009 19:47 Go to previous message
hanys is currently offline hanysFriend
Messages: 188
Registered: July 2009
Senior Member
Thank you very much for answers,

-Jan

"R
Previous Topic:Progress on do save
Next Topic:Ability to set top-level context for icon & image resources
Goto Forum:
  


Current Time: Thu Apr 25 11:51:55 GMT 2024

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

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

Back to the top