4
votes
3answers
753 views

Are there any “enterprise ready” functional programming languages? [closed]

By "enterprise ready" I am referring to availability of tools: dependency management, build management, message servers, databases, application platforms and servers, and are secure and scale well? ...
5
votes
3answers
2k views

Dev vs Stage environment vs Prod Environment

I work for a company where we build enterprise applications, and we maintain three environments: dev, stage and prod. The meaning of dev is intuitive: it's the environment used during development of ...
2
votes
3answers
494 views

What's the best way to implement a browser-based SOAP client?

We have an existing architecture of enterprise SOAP webservices based on JavaEE 6 that transfers large payloads of data. We want to develop a browser based front end for these sevices, and I would ...