- Change language to:

- Contact Us:

- E-Mail: info@realactionsoft.com
- Skype: realactionsoft
Training
Programming
Java |
.NET |
PHP 5 |
||
|
Java is an Open Source programming language launched by Sun Microsystems (now ORACLE). With Java you can create applications connected to almost any Data Base and almost any Operating System with a Java Virtual Machine (JVM). Java runs in small and embedded devices, so small as a penny, smart cards, cellphones, PC's, Macs, LINUX and has been used at important projects as the Mars Rover, the robotic explorer sent to mars by NASA. Java is very versatile and you can use it to write applications for the Desktop, Web and mobiles. |
Visual Basic and C# .NET let you leverage the wide number of PC's runnning Windows to deploy there your Web or Desktop applications easily. With IDE's created by Microsoft and third parties, .NET is the right choice to deploy your software in any Microsoft Windows version, from 2000 to Windows 7. Put together Internet Information Services (IIS), Microsoft SQL Server and .NET to have a complete development environment. |
Without any doubt, PHP is one of the most popular languages of the Internet for high traffic web apps and sites, in example, PHP is used by Facebook the World's largest Social Network. PHP 5 is the last version with real breakthroughs in data base connectivity and XML compared with previous versions. PHP is used along with LINUX, Apache and MySQL in LAMP servers. |
Data Bases, SQL and ORM
MySQL |
Microsoft SQL Server |
Hibernate (ORM) |
||
|
MySQL is the World's most popular open source data base. It provides an excellent data base engine for almost every kind of application for the Web or the Desktop. |
Since many years ago, MS SQL Server has been used to make neat pieces of software on a Windows environment, both for Servers and Desktops. Fully integrated with Visual Studio .NET, it makes development easy. To study MS SQL Server is the logic path after taking a .NET course. |
Hibernate is an Object Relational Mapping that turns dealing with relational data bases as easy as working with Objects. C# .NET and Java are object oriented languages so working the data base layer with an ORM makes the development process easier. |