Hi.

As a introduction, i'm a 11 years delphi developer, working with java
and soa actually. Nice to meet you :)

I'm planning to write an application which will do all business logic
and database comunication on a remote server.

I want to use lazarus to write the frontend (java is to slow) and
backend (cgi) and the primary objectives are:

1) On the client side i want only to have the forms (and validations),
maybe some dto (data transfer object) or model class (extended from
tcollection and tcollectionitem) to send/get data to the web server.
2) On the server side receive/send the data and do updates, inserts,
validations... etc...

The initial solution come from this blog post
http://leonardorame.blogspot.com/2009_03_01_archive.html, and i have
some questions for more experieced lazarus developers:

1) Its possible to do the persistence with tcollection and
tcollectionitem as described on the blog above through http/https ?
2) Is there some edit component/form to bind a tcollectiontem to form edits ?
3) Is there some grid component which can be filled with a tcollection.
4) Use tcollection and tcollectionitem is a good idead or use some
orm/dataset tools is better ?
5) Have you made something similar and can point me to a better solution ?

My app will start little but will grow a lot (i know because it's a
rewrite of a existent one) and i want to be certain about some
choices.

Ty and sry for my bad english. It's not my native language.

-- 
Giuliani D. Sanches
twitter.com/giulianisanches
giulianisanches.blogspot.com

Como elaborar uma pergunta:
http://www.istf.com.br/perguntas/

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to