开发者

web-base system architecture

i wanna ask an opinion about 开发者_Python百科my web system architecture. i want to use 4-tier arch. for client i wanna use php n mysql n html as well. so, the user input data will b stored in myadmin database.then my jdbc connector will absorb d important data to b processed in application using java application.after that,jdbc again update the table and user can view the result.

what do u think about my architecture?is it ridiculous or imposible to make it happen? because i dont have idea about how to run my jdbc after database updated.means, after user send data to database automatically jdbc run and query the data.this makes me stuck...

anyone any idea?


Choose the best system architecture for your capability, application feature set, and available resources.

If you're new to the subject, why not pick a FOSS application you like, and take a look "under the hood" to get an idea of what best practise looks like.

Generally, picking a shopping basket stack of tech "because they're cool" is a pretty bad idea, and might put you off coding for life.


I think it's possible. But, it would be a little difficult to scale out. Why don't you make a model-service tier, with Java and some Web-service lib and make PHP and the other clients (that may arise sometime) read and write from there? Then you have one single point to make changes and extend your system.

It's good what your thinking too. I've never seen though.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜