Adeptia

Adeptia is a Chicago-based software company. It provides application to exchange business data with other companies using a self-service integration approach. This business software helps organizations quickly create automated data connections to their customers and partners and automate pre-processing and post-processing steps such as data validation, exception handling and back-end data integration.[1]

Adeptia
Private
IndustryComputer software
Founded2000 (2000)
Headquarters
Chicago, IL
,
United States
ProductsAdeptia Connect, Adeptia Integration Suite (AIS)
Websiteadeptia.com

Adeptia's products are designed to help on-board customer data, implement real-time interfaces between systems, connecting with cloud applications, automate business processes, publishing APIs, Electronic Data Interchange (EDI) integration and to enable Service-oriented architecture (SOA).[2] Adeptia is being used by organizations in various industries including Insurance, Financial Services, Manufacturing, Logistics, Government, Healthcare and Retail.[3] Adeptia technology provides Data Integration, Enterprise Application Integration (EAI), Business-to-business (B2B) Integration, and Business Process Management (BPM) software capabilities.

Adeptia technology has been developed using Java, XML and Web Services technologies. They are available in both traditional on-premises as well as cloud-delivery models. For cloud deployments, Adeptia utilizes the Amazon Elastic Compute Cloud (EC2).[4]

Adeptia is notable for being the most comprehensive "all-in-one" business integration software on the market that combines Data Integration, Enterprise Application Integration, Business-to-Business EDI capability and Business Process Management on a core SOA architecture.[5]

History

Adeptia was founded in 2000 and is headquartered in Chicago, IL.[6] It has a wholly owned Research and Development Center in New Delhi, India.[7]

In November 2014, Lou Ennuso, CEO of Adeptia, was inducted as a member of University of Illinois at Chicago (UIC) Entrepreneurship Hall of Fame.[8]

Gartner included Adeptia in the Data Integration Magic Quadrant in 2013, 2014 and 2015.[9]

Gartner also included Adeptia in the Application Integration Magic Quadrant in 2013 and 2014.[10]

Forrester Research included Adeptia in the Hybrid Integration Wave in 2014.[11]

gollark: At least it has generics.
gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course

See also

References

  1. "About Adeptia". Retrieved 31 January 2016.
  2. "Adeptia Integration Suite". Retrieved 31 January 2016.
  3. "Industry Solutions". Retrieved 31 January 2016.
  4. "Adeptia Cloud Integration Features". Retrieved 31 January 2016.
  5. "How To Create a Common Enterprise Strategy for All Integration". ITBusinessEdge. Retrieved 2011-12-02.
  6. "Businessweek". Businessweek. Retrieved 16 June 2012.
  7. "Adeptia Inc- An Enterprise Data Integration Software Company". Adeptia.com. Retrieved 2016-01-30.
  8. "UIC Chicago Area Entrepreneurship Hall of Fame honors 10". UIC News Center. Retrieved 2016-01-30.
  9. "Exploring Gartner's data integration vendor magic quadrant 2013". Retrieved 31 January 2016.
  10. "Gartner Magic Quadrant for on Premises Application Integration Suites". Retrieved 31 January 2016.
  11. "The Forrester Wave: Hybrid Integration, Q1 2014". Retrieved 31 January 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.