LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   N-tier application using apache and MySQL? (https://www.linuxquestions.org/questions/programming-9/n-tier-application-using-apache-and-mysql-913437/)

m3rl1n 11-14-2011 06:35 AM

N-tier application using apache and MySQL?
 
Hi Forum,

My Original Post:
I have been programming many years in VB .net. In VB I developed some n-tier applications using WCF. Recently I dumped the Microsoft set and started using Linux (Ubuntu Server and Desktop v11.10), Apache2, MySQL, PhP5 and C++ with QT4.

I'd like to start programming n-tier applications in C++, using MySql as Database Layer (installed on an Ubuntu Server Box), Apache2 as webservice (running on the same Ubuntu Server Box as MySql), a business layer that takes care of business rules (Also running on the Ubuntu Server Box with MySql and Apache), and a QT4 Developed client (platform independent) - that can be launched anywhere where there is an Internet connection.

My Question: what should I focus on reading/learning to understand how the above is done using Linux, Apache2, and MySQl. I will use C++ / QT4?

My anwers (at least that is what it looks like):
Distributed Objects in n-tier applications call for ORB's. CORBA sets the standard as far as I have read.

I have found two websites (tutorials) on how to implement ORB's in C++:
1. OmniOrb - http://omniorb.sourceforge.net/
2. Gnome Orbit - http://projects.gnome.org/ORBit2/orb...bit/book1.html

dugan 11-14-2011 08:32 AM

The question is very broad, but this is what you need to call MySQL from Qt.

http://doc.qt.nokia.com/4.7/qt-sql.html


All times are GMT -5. The time now is 09:02 PM.