From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e2e62e83a203a6bc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!p77g2000hsh.googlegroups.com!not-for-mail From: "marcelo.batera@gmail.com" Newsgroups: comp.lang.ada Subject: Re: is it safe do adopt CORBA? Date: 18 May 2007 11:31:42 -0700 Organization: http://groups.google.com Message-ID: <1179513102.511906.195120@p77g2000hsh.googlegroups.com> References: <1179508767.168693.47420@q75g2000hsh.googlegroups.com> <1179510755.27551.6.camel@localhost.localdomain> NNTP-Posting-Host: 201.52.52.221 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1179513102 27726 127.0.0.1 (18 May 2007 18:31:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 May 2007 18:31:42 +0000 (UTC) In-Reply-To: <1179510755.27551.6.camel@localhost.localdomain> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.1) Gecko/20070111 Epiphany/2.16 BonEcho/2.0.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: p77g2000hsh.googlegroups.com; posting-host=201.52.52.221; posting-account=83fhLg0AAABO9KMoEUzxL39c8OxY9qoj Xref: g2news1.google.com comp.lang.ada:15842 Date: 2007-05-18T11:31:42-07:00 List-Id: On May 18, 2:52 pm, Georg Bauhaus wrote: > For sure, CORBA wasn't intended to be a quick and dirty CGI successor. > I think that SOAP is better in _this_ regard. LMAO. I just love this list. (I know I'm not very much active in here but I never got tired reading posts) > > Also, we need efficiency (something SOAP doesn't > > give us) and the possibility to interact with other languages (such as > > Java) over the network (something annex e doesn't provide us) and even > > the integration with the user's desktop (gnome uses intensively CORBA > > in it's very core) is very tempting. > Have you considered evaluating PolyORB?https://libre.adacore.com/polyorb/ Indeed. We're gonna use for sure PolyORB or ORBit-Ada. > J2EE literature says that CORBA is too low level. That's one of the reasons I don't like J2EE. Dealing with objects is low level? But that deserves another topic. > OTOH, I understand > you want to make specialized business software? Yes, but I think we might develop a generic framework first - just like the ones easily found in the J* world but without the "create a XML describing your interface, then a XML describing your service and then a XML describing your database. Then you write the application and hope it works in production environment" stuff. Maybe it's gonna be just like JBoss used to be (a "software" that is in fact several other software packed together in a somewhat organized way). I have some design ideas I'd love to share and discuss with everyone on the list but they aren't mature enough for this yet.