View Single Post
07-29-2008, 05:28 AM
#10
ThinkMinds is offline ThinkMinds
ThinkMinds's Avatar
Status: I'm new around here
Join date: Jul 2008
Location: Toronto, Canada
Expertise:
Software:
 
Posts: 19
iTrader: 0 / 0%
 

ThinkMinds is on a distinguished road

  Old

Hi,

my two pennies' worth

If you are thinking of enterprise level applications i.e. banks and/or large IT corporations than:
- Java, Oracle (for middle-tier / back-end) and SOAP, XML Schema or Relax NG (for the data communication tier) will pretty much have you covered.

If you want to develop web-based applications than:
- PHP, MySQL (may be PostgreSQL) for the middle-tier/back-end and XHTML, AJAX (i.e. Javascript) and CSS2 for the eye candy

Finally, if you wanna go for low level unix programming for example than:
- C / C++ and PERL would not hurt

Cheers,

Mike