Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm pretty familiar with Java EE technologies and have to use them often (JSP+JSF, Java Transaction API, JMS,EJB etc.) and now I'm working as iOS backend engineer (Obj-C + Erlang+Haskell modules).During my work I got such an "academical" issue : i'm interesting is there a straight mapping between Java EE technology stack and Objective-C (for instance almost all Java EE technologies has equivalents in .NET world: WCF->JAX-WS/JMS and so on).

So I'm interesting what about Objective-C world. Does this languge used for large scale transactional\enterprise business systems developmet or only used for not so large scale programs for OS X/iOS. Detail discussion or links or whatever will be very helpful.Thanks in advance!

share|improve this question

1 Answer

up vote 0 down vote accepted

Objective-C is not generally used for web development. Indeed, Apple's foray into web application frameworks (WebObjects) was based on Java, not Objective-C.

share|improve this answer
As I've understood from your words Objective-C libs/frameworks don't provide functionality for web development and what about other enterprise development aspects:workflows, distributed systems etc.? – Alexander Karaberov Nov 2 '12 at 17:49
That's a pretty broad question. There are some Cocoa libraries (like CoreData and Distributed Objects) that could potentially be used for "enterprise development", but most Objective-C frameworks are focused primarily on desktop / mobile application development. – duskwuff Nov 2 '12 at 18:00
Ok.Thank you.I also thought so. But decided to clearify for me this – Alexander Karaberov Nov 2 '12 at 19:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.