Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: anthonycwmak@gmail.com Newsgroups: comp.lang.java.programmer Subject: Tools/frameworks for Java multi-core programming? Date: Mon, 13 Aug 2012 22:48:10 -0700 (PDT) Organization: http://groups.google.com Lines: 15 Message-ID: <62479d2e-e766-433e-9d80-1589ab38fbc1@googlegroups.com> NNTP-Posting-Host: 211.29.157.215 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1344923291 25214 127.0.0.1 (14 Aug 2012 05:48:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 14 Aug 2012 05:48:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=211.29.157.215; posting-account=zdQF0AkAAACAyKtbffR4gLnRAIFiww1c User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:17875 I am trying to find tools/frameworks that help with writing Java program th= at can utilize multi-core CPU. So far I only found jconcurr, JOMP, JAMP, At= eji, but they all either requires special shell command to compile and run = the programs, or, in Ateji's case use a special file extension which is con= verted to java file. This doesn't seem to be ideal if I require to build mu= lti-core programs that can be built on Maven or similar, and requires them = to run on an enterprise environment or application server.=20 Besides writing concurrent programs, by using Java Concurrency API directly= , to utilize the multi-core, are there other easier/simpler way to create J= ava enterprise applications that utlize multi-core CPUs? Preferably, just a= nnotate my POJOs to make them multi-core capable?=20 Kind Regards, Anthony Mak