Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread EWB and RemObjects
Fri, Nov 9 2012 10:20 AMPermanent Link

thomh

Hi,

I would like to know if anyone is using the above combination and can share their experience.

I have a large server written in Delphi/RemObjects with a substantial amount of business logic and would like to know the fastest way to reuse this codebase while using EWB on the client side.

Thanks.

// Thom
Fri, Nov 9 2012 7:05 PMPermanent Link

Robert Devine

Hi Thom

Check the demos newsgroup around around Feb of this year and you'll find
some code I posted. I'm using EWB successfully with Data Abstract.

Bob


On 09/11/2012 15:20, thomh wrote:
> Hi,
>
> I would like to know if anyone is using the above combination and can share their experience.
>
> I have a large server written in Delphi/RemObjects with a substantial amount of business logic and would like to know the fastest way to reuse this codebase while using EWB on the client side.
>
> Thanks.
>
> // Thom
>
Sat, Nov 10 2012 11:10 AMPermanent Link

thomh

Hi Bob,

>>Check the demos newsgroup around around Feb of this year and you'll find
>>some code I posted. I'm using EWB successfully with Data Abstract.

Cool, thanks!

How do you handle encryption on the client side? Can you use the client channel's Encryption property?

// Thom

Sat, Nov 10 2012 11:35 AMPermanent Link

Raul

Team Elevate Team Elevate

Thom,

I don't use RO but  EWB generates javascript which is client side language running in browser so any type of encryption is easily crackable/explorable by the end user. You can do it but don't think it's in any way secure. Use SSL/TLS for the communication and that's the best you can do really to avoid attacks in the middle.

Raul


thomh wrote:
How do you handle encryption on the client side? Can you use the client channel's Encryption property?
Image