|
Posted by Susan Baker on 12/19/05 14:18
Horst Telliog(lu wrote:
> Susan Baker wrote:
>
>
>>Hello ?!. Anybody reading this ?
>
>
> Hi there. Yes I read your post ;)
>
> There is one thing I did not understand in your description: what do you
> mean by combining a C# frontend with a PHP or Java based backend? Could
> you elaborate? Do you mean that both the frontend and backend are
> accessing the same datebase? Or that you want to build a PHP-based web
> application in addition to a fat/smart C# client?
>
>
> Regards,
> Horst
>
Hi Horst,
Thanks for replying. My (fat) frontend is written in C#. The
architecture is N-tier, with quite a fat (smart) frontend implemented
mostly in C#.
These are the functional requirements of the backend:
1). Handle request to logon from the frontend (requires backend to
authorize/verify user credentials)
2). Retrieve clientdata from backend database, encrypt this data and
return to front end (client)
3). Implement chatroom and forum server services for use by the frontend
(client)
4). Handle database requests (mostly running stored procedures) and
return results to the frontend (client).
This is what I need to do, and any help, pointers or book suggestions
will be very useful.
As an aside, I'm also considering moving from PostgreSQL to MySQL - but
Stored Procedures, Triggers and Views are only available in MySQL v 5.*.
How widespread is MySQL v 5.X implementations by ISPs is it really
production ready yet?
Look forward to your response.
Navigation:
[Reply to this message]
|