<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Cjed Audio blog</title>
	<atom:link href="http://cjedaudio.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cjedaudio.wordpress.com</link>
	<description>Featured articles selection from cjed mac &#38; audio main website</description>
	<lastBuildDate>Sat, 07 Nov 2009 01:19:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Sierra games on the web ! by Lolo</title>
		<link>http://cjedaudio.wordpress.com/2009/10/22/sierra-games-on-the-web/#comment-375</link>
		<dc:creator>Lolo</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=1335#comment-375</guid>
		<description>It&#039;s AWESOME, most of Sierra&#039;s other adventures are available too, including Gold Rush, the Black Cauldron, and Leisure Suit Larry !! What&#039;s more, you can actually SAVE games by bookmarking the page using Ctrl+5 !!
One very important game feature that was left off though is SOUND, which is very unfortunate as the sound effects were often funny, not to mention the entertaining quality of most game tunes... I miss that, esp. for the King Quest &amp; Leisure Suit Larry series...</description>
		<content:encoded><![CDATA[<p>It&#8217;s AWESOME, most of Sierra&#8217;s other adventures are available too, including Gold Rush, the Black Cauldron, and Leisure Suit Larry !! What&#8217;s more, you can actually SAVE games by bookmarking the page using Ctrl+5 !!<br />
One very important game feature that was left off though is SOUND, which is very unfortunate as the sound effects were often funny, not to mention the entertaining quality of most game tunes&#8230; I miss that, esp. for the King Quest &amp; Leisure Suit Larry series&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sierra games on the web ! by Lolo</title>
		<link>http://cjedaudio.wordpress.com/2009/10/22/sierra-games-on-the-web/#comment-374</link>
		<dc:creator>Lolo</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=1335#comment-374</guid>
		<description>Hey Jege,
Just read this piece of news on the site:
(...) several bugs have been fixed. One bug in particular was the &quot;swim bug&quot; of King&#039;s Quest II.</description>
		<content:encoded><![CDATA[<p>Hey Jege,<br />
Just read this piece of news on the site:<br />
(&#8230;) several bugs have been fixed. One bug in particular was the &#8220;swim bug&#8221; of King&#8217;s Quest II.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pianoteq PRO and standard 3.5 by Don Smith</title>
		<link>http://cjedaudio.wordpress.com/2009/10/28/pianoteq-pro-and-standard-3-5/#comment-373</link>
		<dc:creator>Don Smith</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=1344#comment-373</guid>
		<description>Physical modelling has got to be the future of piano software. In this version of Pianoteq, everything has been upgraded from the sound to the ability to tweak and adjust all parts of the piano. There is a steep learning curve, if you wish to learn it; you&#039;re only limitation seems to be your own imagination. The programme is easy to upgrade and more pianos are easily added. It would be interesting to see if other piano(music)software producers will be converted to using physical modelling technology in their future projects.</description>
		<content:encoded><![CDATA[<p>Physical modelling has got to be the future of piano software. In this version of Pianoteq, everything has been upgraded from the sound to the ability to tweak and adjust all parts of the piano. There is a steep learning curve, if you wish to learn it; you&#8217;re only limitation seems to be your own imagination. The programme is easy to upgrade and more pianos are easily added. It would be interesting to see if other piano(music)software producers will be converted to using physical modelling technology in their future projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CP2JavaWS : GWT like Cappuccino/Java bridge by Jerome Denanot</title>
		<link>http://cjedaudio.wordpress.com/2009/01/05/cp2javaws-gwt-like-cappuccinojava-bridge/#comment-365</link>
		<dc:creator>Jerome Denanot</dc:creator>
		<pubDate>Fri, 09 Oct 2009 09:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=365#comment-365</guid>
		<description>Hi,

A1 :
CP2JavaWS offers many features (Java services bridge through a JSON filter, an authentication filter, an habilitation filter, master and detail view generation with handling of data persistance through Hibernate for now). However you don&#039;t have to use all of these.

You don&#039;t have to bother with JSON nor servlets, CP2JavaWS takes care of all (through its JSON filter). You work on object level both on client side (ObjJ) and server-side (Java), and just have to provide a file for mapping ObjJ classesnames to jave ones (only names, for custom attributes mapping you have to rely on CPCoding protocol).
You access directly to your Java application/business services (hosted by string container or your custom container, see below).

A2 :
As explained in the documentation you pointed, you can use another container than Spring. There is a provided example (dummy context wrapper).
The documentation lists all the required jars, and there is also a readme.txt file in the distribution that lists all these jars (is more up to date).
The &quot;framework&quot; part of the distribution provides both compiled classes (jars) for spring integration (cp2javaws-springsupport.jar) and core cp2javaWS (cp2javaws-filter.jar), and source code in case of. You don&#039;t need anything else except the listed external libraries (the other code, applicative, will be yours).

The &quot;demo&quot; part of the distribution provides a full working app, that is the application code you will normally write. It is provided as source only (as I&#039;m not allowed to distribute a war that contains all the required libraries dependencies).

A3 :
If you are just using ObjJ to Java services bridge, that is up to your Java services implementation to use/choose you persistance framework (and coding use of it).
If your are using the provided CP2JavaWSTableViewDelegate or Direct2CP mode (master/detail view generation), then you can either rely on the generic DAO service (based on Hibernate for now - I would have to provide another one for EJB3/JPA), or you can specify you own CRUD DAO service (then you will implement it using what you want, EJB3/JPA, etc). 
This is stated in the online documentation, and a custom CRUD service (service2) is provided in the demo. 

A4 :
Besides the provided documentation you can find a full working demo application (its source code) in the distribution.
For now, the only details that aren&#039;t in the online documentation are authentication and habilitation filters config, but I mentioned you can refer to the demo&#039;s web.xml. I plan to add these also in the online documentation.

Hope this helps, and I&#039;m really looking forward to your project ! You can count on my support.

Note : I will release soon an update, as there is a problem in &quot;sessionUserKey&quot; information (for now passed from the authentication filter&#039;s init to the habilitation filter&#039;s init). As the order of filters&#039;s init won&#039;t always be the same in a servlet container, I will have to modify the code and pass the info also in the habilitation filter&#039;s config and get it in the same way). The error didn&#039;t show in my server Tomcat configuration but happened in another older version (it leads to a nullpointer in some old Tomact 5.5.x versions due to a Tomcat bug).</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>A1 :<br />
CP2JavaWS offers many features (Java services bridge through a JSON filter, an authentication filter, an habilitation filter, master and detail view generation with handling of data persistance through Hibernate for now). However you don&#8217;t have to use all of these.</p>
<p>You don&#8217;t have to bother with JSON nor servlets, CP2JavaWS takes care of all (through its JSON filter). You work on object level both on client side (ObjJ) and server-side (Java), and just have to provide a file for mapping ObjJ classesnames to jave ones (only names, for custom attributes mapping you have to rely on CPCoding protocol).<br />
You access directly to your Java application/business services (hosted by string container or your custom container, see below).</p>
<p>A2 :<br />
As explained in the documentation you pointed, you can use another container than Spring. There is a provided example (dummy context wrapper).<br />
The documentation lists all the required jars, and there is also a readme.txt file in the distribution that lists all these jars (is more up to date).<br />
The &#8220;framework&#8221; part of the distribution provides both compiled classes (jars) for spring integration (cp2javaws-springsupport.jar) and core cp2javaWS (cp2javaws-filter.jar), and source code in case of. You don&#8217;t need anything else except the listed external libraries (the other code, applicative, will be yours).</p>
<p>The &#8220;demo&#8221; part of the distribution provides a full working app, that is the application code you will normally write. It is provided as source only (as I&#8217;m not allowed to distribute a war that contains all the required libraries dependencies).</p>
<p>A3 :<br />
If you are just using ObjJ to Java services bridge, that is up to your Java services implementation to use/choose you persistance framework (and coding use of it).<br />
If your are using the provided CP2JavaWSTableViewDelegate or Direct2CP mode (master/detail view generation), then you can either rely on the generic DAO service (based on Hibernate for now &#8211; I would have to provide another one for EJB3/JPA), or you can specify you own CRUD DAO service (then you will implement it using what you want, EJB3/JPA, etc).<br />
This is stated in the online documentation, and a custom CRUD service (service2) is provided in the demo. </p>
<p>A4 :<br />
Besides the provided documentation you can find a full working demo application (its source code) in the distribution.<br />
For now, the only details that aren&#8217;t in the online documentation are authentication and habilitation filters config, but I mentioned you can refer to the demo&#8217;s web.xml. I plan to add these also in the online documentation.</p>
<p>Hope this helps, and I&#8217;m really looking forward to your project ! You can count on my support.</p>
<p>Note : I will release soon an update, as there is a problem in &#8220;sessionUserKey&#8221; information (for now passed from the authentication filter&#8217;s init to the habilitation filter&#8217;s init). As the order of filters&#8217;s init won&#8217;t always be the same in a servlet container, I will have to modify the code and pass the info also in the habilitation filter&#8217;s config and get it in the same way). The error didn&#8217;t show in my server Tomcat configuration but happened in another older version (it leads to a nullpointer in some old Tomact 5.5.x versions due to a Tomcat bug).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CP2JavaWS : GWT like Cappuccino/Java bridge by DimiT</title>
		<link>http://cjedaudio.wordpress.com/2009/01/05/cp2javaws-gwt-like-cappuccinojava-bridge/#comment-364</link>
		<dc:creator>DimiT</dc:creator>
		<pubDate>Thu, 08 Oct 2009 20:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=365#comment-364</guid>
		<description>We are trying to use CP2JavaWS 0.9 in a high profile project but we are really stuck, is there any more documentation available apart from this article: http://sourceforge.net/docman/display_doc.php?docid=137096&amp;group_id=249667 ??

There is no Spring or Hibernate in our configuration, the application design is as follows:
- The persistence layer is EJB3 entity beans
- The service layer is EJB3 session beans
- Clients send JSON requests, which are handled by servlets
- Clients are Cappuccino on web browsers

Q1: Can we use CP2JavaWS in this scenario, and if so, which features would be available?

Q2: Which classes exactly would be required (or not required) from the CP2JavaWS src distribution? What other classes would we have to provide?

Q3: What configuration would be required in order to support EJB3/JPA, without Spring / Hibernate?

Q4: Is there any step by step documentation that we can follow, in order to understand how to make this work? The documentation that we have found so far has proven really poor, and assumes a good level of understanding of the CP2JavaWS framework. We have none. Any help would be greatly appreciated.

Many thanks!</description>
		<content:encoded><![CDATA[<p>We are trying to use CP2JavaWS 0.9 in a high profile project but we are really stuck, is there any more documentation available apart from this article: <a href="http://sourceforge.net/docman/display_doc.php?docid=137096&amp;group_id=249667" rel="nofollow">http://sourceforge.net/docman/display_doc.php?docid=137096&amp;group_id=249667</a> ??</p>
<p>There is no Spring or Hibernate in our configuration, the application design is as follows:<br />
- The persistence layer is EJB3 entity beans<br />
- The service layer is EJB3 session beans<br />
- Clients send JSON requests, which are handled by servlets<br />
- Clients are Cappuccino on web browsers</p>
<p>Q1: Can we use CP2JavaWS in this scenario, and if so, which features would be available?</p>
<p>Q2: Which classes exactly would be required (or not required) from the CP2JavaWS src distribution? What other classes would we have to provide?</p>
<p>Q3: What configuration would be required in order to support EJB3/JPA, without Spring / Hibernate?</p>
<p>Q4: Is there any step by step documentation that we can follow, in order to understand how to make this work? The documentation that we have found so far has proven really poor, and assumes a good level of understanding of the CP2JavaWS framework. We have none. Any help would be greatly appreciated.</p>
<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dion &amp; Ben from Ajaxian going to Palm by Jerome Denanot</title>
		<link>http://cjedaudio.wordpress.com/2009/09/28/dionben-from-ajaxian-going-to-palm/#comment-360</link>
		<dc:creator>Jerome Denanot</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=1233#comment-360</guid>
		<description>In Dion&#039;s article&#039;s comments we can find a link to a bad experience with Palm&#039;s submission process (as usual we can&#039;t verify what is true, however overall we wonder how anyone could do better than Apple, whose platform has been here for years) : http://jwz.livejournal.com/1096401.html</description>
		<content:encoded><![CDATA[<p>In Dion&#8217;s article&#8217;s comments we can find a link to a bad experience with Palm&#8217;s submission process (as usual we can&#8217;t verify what is true, however overall we wonder how anyone could do better than Apple, whose platform has been here for years) : <a href="http://jwz.livejournal.com/1096401.html" rel="nofollow">http://jwz.livejournal.com/1096401.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cappuccino : Atlas to be unveiled at London FOWA by Jerome Denanot</title>
		<link>http://cjedaudio.wordpress.com/2009/09/09/cappuccino-atlas-to-be-unveiled-at-london-fowa/#comment-352</link>
		<dc:creator>Jerome Denanot</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=1163#comment-352</guid>
		<description>The 280North team pointed that Atlas won&#039;t likely be complete at show time, so it will be released a bit later. The new features that will be demoed should however generate great buzz.</description>
		<content:encoded><![CDATA[<p>The 280North team pointed that Atlas won&#8217;t likely be complete at show time, so it will be released a bit later. The new features that will be demoed should however generate great buzz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone Modern Combat Sandstorm / Real Racing special price by Jerome Denanot</title>
		<link>http://cjedaudio.wordpress.com/2009/09/05/iphone-modern-combat-sandstorm-real-racing-special-price/#comment-351</link>
		<dc:creator>Jerome Denanot</dc:creator>
		<pubDate>Sun, 06 Sep 2009 15:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=1153#comment-351</guid>
		<description>Real Racing isn&#039;t finally such impressive compared with the (old) Fastlane Racing (that is for me the best racing game on iPhone) : graphics are about the same details (perhaps more realistic but far more less various and less fun), and controls are more difficult : with Fastlane the tilt is very precise and we have only to move slightly the iPhone to find the right path, while with Real racing there is a hole (center) in tilt control, so we have to move the iPhone further. Then the path isn&#039;t easily visible (and it is worse as the display also moves to reflect the orientation - as with the HUD in an air combat game). Many settings exist, however the default ones aren&#039;t really the most suited (auto accelerate for example should have been set off by default, as automatic mode is frustrating - Fasltane accelerate and brake buttons were perfect so there shouldn&#039;t be need for auto accelerate).</description>
		<content:encoded><![CDATA[<p>Real Racing isn&#8217;t finally such impressive compared with the (old) Fastlane Racing (that is for me the best racing game on iPhone) : graphics are about the same details (perhaps more realistic but far more less various and less fun), and controls are more difficult : with Fastlane the tilt is very precise and we have only to move slightly the iPhone to find the right path, while with Real racing there is a hole (center) in tilt control, so we have to move the iPhone further. Then the path isn&#8217;t easily visible (and it is worse as the display also moves to reflect the orientation &#8211; as with the HUD in an air combat game). Many settings exist, however the default ones aren&#8217;t really the most suited (auto accelerate for example should have been set off by default, as automatic mode is frustrating &#8211; Fasltane accelerate and brake buttons were perfect so there shouldn&#8217;t be need for auto accelerate).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone Modern Combat Sandstorm / Real Racing special price by Jerome Denanot</title>
		<link>http://cjedaudio.wordpress.com/2009/09/05/iphone-modern-combat-sandstorm-real-racing-special-price/#comment-350</link>
		<dc:creator>Jerome Denanot</dc:creator>
		<pubDate>Sun, 06 Sep 2009 15:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=1153#comment-350</guid>
		<description>Modern Combat is the first convincing FPS on iPhone : realistic 3D graphics and characters, great sounds, voices and soundtrack, and really good performance. It seems however it uses a scaled down 3D engine (perhaps to allow these performance - could be specific to OpenGL ES for that reason) : walls angles when turning are somewhat false, and remind in someway the Dark Forces engine (wasn&#039;t a perfect 3D rendering like Quake, in order to provide good performance on low hardware - such as the LC475 25Mhz&#039;s 60840). Or perhaps the landscape is just huge images used as textures on a projection cube (as it was in Myst 4 or the recent Return to Mysterious Island - that is really fast), but then it would be fixed scenes (and Sandstorm provides free run).</description>
		<content:encoded><![CDATA[<p>Modern Combat is the first convincing FPS on iPhone : realistic 3D graphics and characters, great sounds, voices and soundtrack, and really good performance. It seems however it uses a scaled down 3D engine (perhaps to allow these performance &#8211; could be specific to OpenGL ES for that reason) : walls angles when turning are somewhat false, and remind in someway the Dark Forces engine (wasn&#8217;t a perfect 3D rendering like Quake, in order to provide good performance on low hardware &#8211; such as the LC475 25Mhz&#8217;s 60840). Or perhaps the landscape is just huge images used as textures on a projection cube (as it was in Myst 4 or the recent Return to Mysterious Island &#8211; that is really fast), but then it would be fixed scenes (and Sandstorm provides free run).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CP2JavaWS : GWT like Cappuccino/Java bridge by Jerome Denanot</title>
		<link>http://cjedaudio.wordpress.com/2009/01/05/cp2javaws-gwt-like-cappuccinojava-bridge/#comment-345</link>
		<dc:creator>Jerome Denanot</dc:creator>
		<pubDate>Wed, 02 Sep 2009 00:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=365#comment-345</guid>
		<description>This is sevenZip common format (free and efficient), available on both Windows and OSX (download 7zX utility). Instruction files are provided in the archive.</description>
		<content:encoded><![CDATA[<p>This is sevenZip common format (free and efficient), available on both Windows and OSX (download 7zX utility). Instruction files are provided in the archive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CP2JavaWS : GWT like Cappuccino/Java bridge by Jose</title>
		<link>http://cjedaudio.wordpress.com/2009/01/05/cp2javaws-gwt-like-cappuccinojava-bridge/#comment-343</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/?p=365#comment-343</guid>
		<description>What is the format of the download file (.7z??).  Is there an installation guide?</description>
		<content:encoded><![CDATA[<p>What is the format of the download file (.7z??).  Is there an installation guide?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logic Pro 9 : PPC compatible and faster by Jerome Denanot</title>
		<link>http://cjedaudio.wordpress.com/2009/07/25/logic-pro-9-ppc-compatible-and-faster/#comment-342</link>
		<dc:creator>Jerome Denanot</dc:creator>
		<pubDate>Mon, 31 Aug 2009 09:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://cjedaudio.wordpress.com/2009/07/25/logic-pro-9-ppc-compatible-and-faster/#comment-342</guid>
		<description>Moreover it seems more and more likely that the Express version doesn’t include Space Designer and Delay Designer (and only provides a limited version of Multipressor), nor supports surround, nor includes EVP88, EVB3, EVD6 and Sculpture instruments.</description>
		<content:encoded><![CDATA[<p>Moreover it seems more and more likely that the Express version doesn’t include Space Designer and Delay Designer (and only provides a limited version of Multipressor), nor supports surround, nor includes EVP88, EVB3, EVD6 and Sculpture instruments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
