<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Welcome To Java Preprocessor</title>
	<atom:link href="http://www.javapreprocessor.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.javapreprocessor.com</link>
	<description>Your Java Source!</description>
	<lastBuildDate>Wed, 31 Aug 2011 17:41:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ACN INC</title>
		<link>http://www.javapreprocessor.com/acn-inc.html</link>
		<comments>http://www.javapreprocessor.com/acn-inc.html#comments</comments>
		<pubDate>Wed, 31 Aug 2011 17:01:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=10</guid>
		<description><![CDATA[When you have over 200,000 employees working for you and revenues well exceeding $500 million dollars than you know that you have an excellent company that has gigantic benefits. ACN is the world wide leader when it comes to direct-selling teleco equipment and services. As the company expands globally with new independent franchise owners who [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.acnpresskit.com/assets/logo_home.png" alt="" width="149" height="66" />When you have over 200,000 employees working for you and revenues well exceeding $500 million dollars than you know that you have an excellent company that has gigantic benefits. <a href="http://www.acnpresskit.com/">ACN </a>is the world wide leader when it comes to direct-selling teleco equipment and services. As the company expands globally with new independent franchise owners who get to own their very own business for a tenth of what the traditional franchise may cost with the benefit to out earn any other franchise in the world really is a miraculous thing.</p>
<p>With the overall American and World economies not recovering as quickly as many had hoped it would and no decoupling effect it still stands that when America sneezes the world gets sick. Therefore many citizens from around the world are turning to entrepreneurial endeavors to change their life for the better. The opportunity lies ahead with <a href="http://www.hoovers.com/company/ACN_Inc/rtxcssi-1.html">ACN INC</a> as the largest direct seller who not only give business owners a great opportunity but their clients as well with discounts on everything from brand new blackberry phone services, alarm systems for their home or business, cable t.v., energy, and other really amazing phone products that are used in everyday life.</p>
<p>With so many helpful resources at all of it&#8217;s independent business owners hands such as <a href="http://www.acninc.net">http://www.acninc.net</a> are there to make sure that all owners have the needed tools in the shed so to speak to showcase how amazing their products truly are. Every purchase and sale can be tracked from the online portal and monthly training DVDs and pamphlets are readily available. So standing on the sidelines as the american communications network incorporated grows globally is your loss.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/acn-inc.html/feed</wfw:commentRss>
		<slash:comments>3048</slash:comments>
		</item>
		<item>
		<title>What is XML?</title>
		<link>http://www.javapreprocessor.com/what-is-xml.html</link>
		<comments>http://www.javapreprocessor.com/what-is-xml.html#comments</comments>
		<pubDate>Sun, 14 Mar 2010 17:38:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=28</guid>
		<description><![CDATA[&#160;   XML stands for EXtensible Markup Language XML is a markup languagemuch like HTML XML was designed to carry data, not to display data XML tags are not predefined. You must define your own tags XML is designed to be self-descriptive XML is a W3C Recommendation The Difference Between XML and HTML XML is [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div>
<h2> </h2>
<ul>
<li>XML stands for E<strong>X</strong>tensible <strong>M</strong>arkup <strong>L</strong>anguage</li>
<li>XML is a <strong>markup language</strong>much like HTML</li>
<li>XML was designed to <strong>carry data</strong>, not to display data</li>
<li>XML tags are not predefined. You must <strong>define your own tags</strong></li>
<li>XML is designed to be <strong>self-descriptive</strong></li>
<li>XML is a <strong>W3C Recommendation</strong></li>
</ul>
<h2>The Difference Between XML and HTML</h2>
<p>XML is not a replacement for HTML.<br />
XML and HTML were designed with different goals:</p>
<p>XML was designed to transport and store data, with focus on what data is.<br />
HTML was designed to display data, with focus on how data looks.</p>
<p>HTML is about displaying information, while XML is about carrying information.</p>
<h2>XML Does not DO Anything</h2>
<p>Maybe it is a little hard to understand, but XML does not DO anything. XML was created to structure, store, and transport information.</p>
<p>But still, this XML document does not DO anything. It is just pure information wrapped in tags. Someone must write a piece of software to send, receive or display it.</p>
<h2>XML is Just Plain Text</h2>
<p>XML is nothing special. It is just plain text. Software that can handle plain text can also handle XML.</p>
<p>However, XML-aware applications can handle the XML tags specially. The functional meaning of the tags depends on the nature of the application.</p>
<h2><strong>With XML You Invent Your Own Tags</strong></h2>
<p>The tags in the example above (like &lt;to&gt; and &lt;from&gt;) are not defined in any XML standard. These tags are “invented” by the author of the XML document.</p>
<p>That is because the XML language has no predefined tags.</p>
<p>The tags used in HTML (and the structure of HTML) are predefined. HTML documents can only use tags defined in the HTML standard (like &lt;p&gt;, &lt;h1&gt;, etc.).</p>
<p>XML allows the author to define his own tags and his own document structure.</p>
<h2><strong>XML is Not a Replacement for HTML</strong></h2>
<p>XML is a complement to HTML.</p>
<p>It is important to understand that XML is not a replacement for HTML. In most web applications, XML is used to transport data, while HTML is used to format and display the data.</p>
<p>My best description of XML is this:</p>
<p><strong>XML is a software and hardware independent tool for carrying information.</strong></p>
<h2>XML is a W3C Recommendation</h2>
<p>The Extensible Markup Language (XML) became a W3C Recommendation 10. February 1998.</p>
<h2><strong>XML is Everywhere</strong></h2>
<p><span id="more-28"></span></p>
<p>We have been participating in XML development since its creation. It has been amazing to see how quickly the XML standard has developed and how quickly a large number of software vendors have adopted the standard.</p>
<p>XML is now as important for the Web as HTML was to the foundation of the Web.</p>
<p>XML is everywhere. It is the most common tool for data transmissions between all sorts of applications, and becomes more and more popular in the area of storing and describing information.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/what-is-xml.html/feed</wfw:commentRss>
		<slash:comments>2107</slash:comments>
		</item>
		<item>
		<title>What is the World Wide Web?</title>
		<link>http://www.javapreprocessor.com/what-is-the-world-wide-web.html</link>
		<comments>http://www.javapreprocessor.com/what-is-the-world-wide-web.html#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:36:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=26</guid>
		<description><![CDATA[&#160; The Web is a network of computers all over the world. All the computers in the Web can communicate with each other. All the computers use a communication standard called HTTP. How does the  WWW work? Web information is stored in documents called web pages.  Web pages are files stored on computers called web [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div>
<ul>
<li>The Web is a network of computers <strong>all over the world</strong>.</li>
<li>All the computers in the Web can <strong>communicate with each other</strong>.</li>
<li>All the computers use a <strong>communication standard called HTTP</strong>.</li>
</ul>
<h2>How does the  WWW work?</h2>
<ul>
<li>Web information is stored in documents called <strong>web pages</strong>. </li>
<li>Web pages are files stored on computers called <strong>web servers</strong>.</li>
<li>Computers reading the web pages are called <strong>web clients</strong>.</li>
<li>Web clients view the pages with a program called a <strong>web browser</strong>.</li>
<li>Popular browsers are <strong>Internet Explorer and Mozilla Firefox.</strong></li>
</ul>
<h2>How does a Browser Fetch a Web Page?</h2>
<ul>
<li>A browser fetches a page from a web server <strong>by a request</strong>.</li>
<li>A request is a standard HTTP request containing <strong>a page address</strong>.</li>
<li>An address may look like this: <strong>http://www.someone.com/page.htm.</strong></li>
</ul>
<h2>How does a Browser Display a Web Page?</h2>
<ul>
<li>All web pages contain <strong>instructions for display</strong></li>
<li>The browser displays the page by <strong>reading these instructions</strong>.</li>
<li>The most common display instructions are called <strong>HTML tags</strong>.</li>
<li>HTML tags look like this <strong>&lt;p&gt;This is a Paragraph&lt;/p&gt;.</strong></li>
</ul>
<h2>What is a Web Server?</h2>
<ul>
<li>The collection of all your web pages is called <strong>your web site</strong>.</li>
<li>To let others view your work, you must <strong>publish your web site</strong>.</li>
<li>To publish your work, you must <strong>copy your site to a web server</strong>.</li>
<li>Your own PC can act as a web server if it is <strong>connected to a network</strong>.</li>
<li>Most common is to use an <strong>Internet Service Provider (ISP)</strong>.</li>
</ul>
<h2>What is an Internet Service Provider?</h2>
<ul>
<li>ISP stands for <strong>Internet Service Provider</strong>.</li>
<li>An ISP provides <strong>Internet services</strong>.</li>
<li>A common Internet service is <strong><a href="http://www.webhostingsearch.com/">web hosting</a></strong>.</li>
<li>Web hosting means <strong>storing your web site on a public server</strong>.</li>
<li>Web hosting normally includes <strong>email services</strong>.</li>
<li>Web hosting often includes <strong>domain name registration</strong>.</li>
</ul>
<h2>Summary</h2>
<p>If you want other people to view your web site, you must copy your site to a public server. Even if you can use your own PC as a web server, it is more common to let an Internet Service Provider (ISP) host your site.</p>
<p><span id="more-26"></span></p>
<p>Included in a Web hosting solution you can expect to find domain name registration and standard email services.</p>
<p>You can read more about domain name registration, email and other services in the next chapters of this tutorial.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/what-is-the-world-wide-web.html/feed</wfw:commentRss>
		<slash:comments>2830</slash:comments>
		</item>
		<item>
		<title>It doesn’t have to cost a fortune!</title>
		<link>http://www.javapreprocessor.com/it-doesn%e2%80%99t-have-to-cost-a-fortune.html</link>
		<comments>http://www.javapreprocessor.com/it-doesn%e2%80%99t-have-to-cost-a-fortune.html#comments</comments>
		<pubDate>Fri, 02 May 2008 17:20:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=16</guid>
		<description><![CDATA[If you’re on a tight budget you want, obviously, your web hosting to be as cheap as possible. Finding cheap hosting nowadays isn’t that big of a problem, if you where to look, and they are pretty damn good as well! Forget about those pricy dedicated hosting services. What you wanna be looking for is [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>If you’re on a tight budget you want, obviously, your web hosting to be as cheap as possible. Finding <a href="http://www.webhostingsearch.com/cheap-web-hosting.php">cheap hosting</a> nowadays isn’t that big of a problem, if you where to look, and they are pretty damn good as well! Forget about those pricy dedicated hosting services. What you wanna be looking for is <a href="http://www.webhostingsearch.com/shared-web-hosting.php">shared webhosting</a>.</p>
<p>In sharing server with other companies you’ll get cheap hosting and you won’t lose any of the quality one should expect from today’s hosts. There is really nothing indicating that shared hosts won’t work properly. The bandwidth, uptime and disk space are often very impressive even though they come cheap.</p>
<p>If you are new to all of this you could always turn to the companies as they (at least the serious ones) have excellent customer service. Any question you might have they will answer. Why not start a web site andwrite about what you like and connect with people from all over the world? That is what I did and it only cost me about $4 a month. I hate to sound like a car salesman but I’m really passionate about this and want to share my experience with all you guys. See you on the Internet!</p>
<p>&nbsp;</p>
<p><span id="more-16"></span></p>
</div>
<p>Enjoy !!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/it-doesn%e2%80%99t-have-to-cost-a-fortune.html/feed</wfw:commentRss>
		<slash:comments>2331</slash:comments>
		</item>
		<item>
		<title>Java Barcode Linear Pack description</title>
		<link>http://www.javapreprocessor.com/java-barcode-linear-pack-description.html</link>
		<comments>http://www.javapreprocessor.com/java-barcode-linear-pack-description.html#comments</comments>
		<pubDate>Wed, 30 Apr 2008 17:21:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Softwares]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=18</guid>
		<description><![CDATA[Easily add barcodes to web and Java applications. The Barcode Linear Java Package contains JavaBeans, Applets, Class Libraries and Servlets for Barcoding. The servlets and applets require no programming; the servlets may be embedded in HTML with the standard  tag and the applets may be embedded . Download:  Server 1   Download3000 file server (US) [150 KB]]]></description>
			<content:encoded><![CDATA[<p>Easily add barcodes to web and Java applications. The Barcode Linear Java Package contains JavaBeans, Applets, Class Libraries and Servlets for Barcoding. The servlets and applets require no programming; the servlets may be embedded in HTML with the standard  tag and the applets may be embedded .</p>
<p><span id="more-18"></span></p>
<p>Download:</p>
<p><img src="http://www.download3000.com/templates/blue2011/images/d_ico.png" alt="download" /> <a href="http://www.download3000.com/download-link-1/2563.html" rel="nofollow"><strong>Server 1</strong></a>  <strong><img src="http://www.download3000.com/templates/blue2011/images/us.png" alt="us" /> Download3000 file server (US) [150 KB]</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/java-barcode-linear-pack-description.html/feed</wfw:commentRss>
		<slash:comments>2984</slash:comments>
		</item>
		<item>
		<title>A JScript / VBScript Regex Ugly Bug</title>
		<link>http://www.javapreprocessor.com/a-jscript-vbscript-regex-ugly-bug.html</link>
		<comments>http://www.javapreprocessor.com/a-jscript-vbscript-regex-ugly-bug.html#comments</comments>
		<pubDate>Sun, 23 Mar 2008 17:25:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=20</guid>
		<description><![CDATA[&#160; Here’s one of the oddest and most significant regex bugs in Internet Explorer. It can appear when using optional elision within lookahead (e.g., via ?, *, {0,n}, or (.&#124;), but not +, interval quantifiers starting from one or higher, or alternation without a zero-length option). An example in JavaScript: /(?=a?b)ab/.test(”ab”); // Should return true, [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Here’s one of the oddest and most significant regex bugs in Internet Explorer. It can appear when using optional elision within lookahead (e.g., via <code><span style="color: #000088; font-size: x-small;">?</span></code>, <code><span style="color: #000088; font-size: x-small;">*</span></code>, <code><span style="font-size: x-small;"><span style="color: #000088;">{0,<em>n</em>}</span></span></code>, or <code><span style="color: #000088; font-size: x-small;">(.|)</span></code>, but not <code><span style="color: #000088; font-size: x-small;">+</span></code>, interval quantifiers starting from one or higher, or alternation without a zero-length option). An example in JavaScript:</p>
<p><span style="color: #ee5588;">/(?=a?b)ab/</span>.test(”ab”);<br />
<span style="color: #238b23;">// Should return true, but IE 5.5 – 8b1 return false</span></p>
<p><span style="color: #ee5588;">/(?=a?b)ab/</span>.test(”abc”);<br />
<span style="color: #238b23;">// Correctly returns true (even in IE), although the<br />
// added “c” does not take part in the match</span></p>
<p><span id="more-20"></span><br />
Enjoy !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/a-jscript-vbscript-regex-ugly-bug.html/feed</wfw:commentRss>
		<slash:comments>2653</slash:comments>
		</item>
		<item>
		<title>Development diary #1</title>
		<link>http://www.javapreprocessor.com/development-diary-1.html</link>
		<comments>http://www.javapreprocessor.com/development-diary-1.html#comments</comments>
		<pubDate>Thu, 21 Feb 2008 17:32:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=22</guid>
		<description><![CDATA[I thought that I’d be sharing some of my experiences developing my Java based blog now that I have progressed slightly. First I have to tell you about Hibernate it is just so wonderful tool. In short it is a framework for persisting data to database. In long, it really shaves off some of the [...]]]></description>
			<content:encoded><![CDATA[<div>
<div id="page">
<div id="wrapper">
<div id="content">
<div id="post-4">
<div>
<p>I thought that I’d be sharing some of my experiences developing my Java based blog now that I have progressed slightly.</p>
<p>First I have to tell you about Hibernate it is just so wonderful tool. In short it is a framework for persisting data to database. In long, it really shaves off some of the less delightful aspects of database coding. Depending on your database structure you don’t have to write single statement or either have to but much lesseraspect than in purely JDBC-way. I had some initial trouble to get it up and running but that was my own hindsight in creating proper database structure. That was not too big surprise taking in to mind that I were really green on Java and sql when I initially conceived this blog project. Experience comes with time so to say..<br />
After producing consistent database structure with foreign keys and indexes and what-not. I got my Hibernate mapping working and it was time to code some DAO layer to project. Now I have proper DB layer and DAO schema implemented, this means that I can now easily query stuff from database from business logic layer by only calling DAO’s with something like:</p>
<p>Session session = null;<br />
Transaction tx = null;<br />
PostsDAO postDAO = null;<br />
try{<br />
postDAO = new PostsDAO();<br />
session = postDAO.getSession();<br />
tx = session.beginTransaction();<br />
Post post = postDAO.findWithID(postID); // get post with postID<br />
//or something like<br />
List posts = postDAO.findWithinMonth(date) // where date on java.util.Date, gets posts that were published on same month<br />
//or like<br />
List posts = postDAO.findWithDate(date) //get posts that were published on exact date</p>
<p>Then I can just for example add the post or list to Frontpage class that contains values like</p>
<p>- Sidebar, contains sidebar menu items<br />
- Posts, contains posts<br />
- Footer, contains dynamic footer objects<br />
- Header, contains dynamic header objects</p>
<p>Then I’ll just set frontpage as request parameter and get the stuff on on the .jsp using jstl.<br />
Nice, clean and structured. Also when inserting rows to database Hibernate comes very handy, for example if you have some tables like:</p>
<p>-Post<br />
-Category2Post &lt;- this being relational table to map many-to-many relationships<br />
-Category</p>
<p>And on code side you have couple hibernate pojos portraying those db tables, namely, posts, category2post and category. Hibernate can automagically insert stuff to middle table if you do something like this:<br />
When inserting new post you have fetched post related stuff from form or struts action form or etc..<br />
So you have Post post = new Post();<br />
post.setTitle(title_of_the_post); or smtn..<br />
.<br />
.<br />
.<br />
Then you usually have some Map categories2post map on your post bean, as in this case our post supports multiple categories.<br />
So then you just create new Category2post<br />
Fetch category by categoryID from db and category2post.setCategory(Category)<br />
category2post.setPost(post);<br />
and post.addCategories(category2post);<br />
after this you can save this bean using postDAO<br />
postDAO.saveOrUpdate(post);</p>
<p><span id="more-22"></span></p>
<p>And voila mapping will be inserted between new post and category, this is why Hibernate is my new best friend. On the sidenote everything I have descriped here heavily depends on your own implementation, but this is to merely give you some ideas what to do with Hibernate.</p>
<p>On next diary I will discuss bit about the ROME library, ROME is really usefull library for reading and generating syndication feeds.</p>
</div>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/development-diary-1.html/feed</wfw:commentRss>
		<slash:comments>2270</slash:comments>
		</item>
		<item>
		<title>Jaxcent,”AJAX in Java” for the Internet Released</title>
		<link>http://www.javapreprocessor.com/jaxcent%e2%80%9dajax-in-java%e2%80%9d-for-the-internet-released.html</link>
		<comments>http://www.javapreprocessor.com/jaxcent%e2%80%9dajax-in-java%e2%80%9d-for-the-internet-released.html#comments</comments>
		<pubDate>Mon, 28 Jan 2008 17:34:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Softwares]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=24</guid>
		<description><![CDATA[A Java API for accessing and modifying the DOM &#160; Desiderata Software has released Jaxcent 2, a freely available Java API for accessing and modifying Document Object Model (DOM) of browsers. Version 2 is an unrestricted Java API for doing full-fledged AJAX operations. It can be run on the open Internet instead of being restricted [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff6609; font-size: x-small;">A Java API for accessing and modifying the DOM </span></strong></p>
<p>&nbsp;</p>
<p>Desiderata Software has released Jaxcent 2, a freely available Java API for accessing and modifying Document Object Model (DOM) of browsers.</p>
<p>Version 2 is an unrestricted Java API for doing full-fledged AJAX operations. It can be run on the open Internet instead of being restricted to intranets. The Java of Jaxcent now runs on the server side, and still gives Java programmers full control over the client’s DOM hierarchy. On the client side, all that is required is to add a single JavaScript <strong>include</strong> statement to existing HTML content, then the resulting page can communicate with Jaxcent on the server.</p>
<p>On the server side, Jaxcent works with standard Java servlet containers and provides classes that correspond to elements of the Document Object Model (DOM), and that can be instantiated to match HTML elements existing (or dynamically created) on the page. These classes provide methods for interacting with the HTML elements, and for receiving events originating from the HTML elements, all in Java. In addition to dynamic interactions with the HTML elements, Jaxcent also provides access to the session and application context, as well as entirely automatic session data management.</p>
<p>You don’t need to rewrite existing applications to take advantage of Jaxcent. Using Jaxcent, as needed, one or more AJAX features can be added piecemeal to one or more pages without any need to modify the structure or specifics of the overall application.</p>
<p>Jaxcent works with AJAX capable browsers, such as Internet Explorer 6, Internet Explorer 7, and Firefox. Jaxcent is written entirely in Java and JavaScript, and therefore is operating system independent. Jaxcent programmers do not need to work in JavaScript. Jaxcent will work with any existing JavaScript code, and it provides features to take advantage of JavaScript if desired, but primarily Jaxcent programming is all-Java and no-JavaScript programming.</p>
<p><span id="more-24"></span></p>
<p>Jaxcent Version 2 is available for free downloads at <a href="http://www.jaxcent.com/">http://www.jaxcent.com/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/jaxcent%e2%80%9dajax-in-java%e2%80%9d-for-the-internet-released.html/feed</wfw:commentRss>
		<slash:comments>2527</slash:comments>
		</item>
		<item>
		<title>Free Java Games</title>
		<link>http://www.javapreprocessor.com/free-java-games.html</link>
		<comments>http://www.javapreprocessor.com/free-java-games.html#comments</comments>
		<pubDate>Sun, 23 Dec 2007 17:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java Mobile]]></category>

		<guid isPermaLink="false">http://www.javapreprocessor.com/?p=30</guid>
		<description><![CDATA[&#160; Version: 1.1.0 Type: Freeware Added: 2005 Sep 7 Updated: 2007 Aug 13 Download to PC: JAD file (MobileFighter.jad) JAR file (MobileFighter.jar) Platforms: Java (J2ME) GetJar Rank: 18 [view graph] Version: 1.4.0 Type: Adware Added: 2008 Feb 7 Updated: 2008 Feb 7 User rating: 9.00     Download to PC: JAD file (DangerousSpeed_SE_K700_out.jad) JAR file (DangerousSpeed_SE_K700_out.jar) [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div>
<p><span style="font-size: xx-small;"><img src="file:///C:/Users/vdb001/Desktop/java/Java%20Pre%20Processor_fichiers/2704.png" alt="Mobile Fighter v.1.1.0" /></span></p>
<p>Version: 1.1.0<br />
Type: Freeware<br />
Added: 2005 Sep 7<br />
Updated: 2007 Aug 13</p>
<p><span style="font-size: xx-small;"><img src="file:///C:/Users/vdb001/Desktop/java/Java%20Pre%20Processor_fichiers/PCIcon.png" alt="" border="0" /> <strong>Download to PC:</strong><br />
<a href="http://download9.getjar.com/downloads/web/pub/3327/MobileFighter.jad"><strong><span style="color: #000080;">JAD file (<em>MobileFighter.jad</em>)</span></strong></a><br />
<a href="http://download9.getjar.com/downloads/web/pub/3327/MobileFighter.jar"><strong><span style="color: #000080;">JAR file (<em>MobileFighter.jar</em>)</span></strong></a><br />
</span></p>
<p><span style="font-size: xx-small;"><img src="file:///C:/Users/vdb001/Desktop/java/Java%20Pre%20Processor_fichiers/14560.gif" alt="DangerousSpeed v.1.4.0" /></span><br />
<span style="font-size: xx-small;">Platforms: <strong>Java (J2ME)</strong><br />
GetJar Rank: 18 [<a href="javascript:viewGraphic('14560','1');">view graph</a>] </span><span style="font-size: xx-small;">Version: 1.4.0<br />
Type: Adware<br />
Added: 2008 Feb 7<br />
Updated: 2008 Feb 7<br />
User rating: 9.00</span></p>
<p><span style="font-size: xx-small;"><span id="more-30"></span></span></p>
<p>   <span style="font-size: xx-small;"><img src="file:///C:/Users/vdb001/Desktop/java/Java%20Pre%20Processor_fichiers/PCIcon.png" alt="" border="0" /> <strong>Download to PC:</strong><br />
<a href="http://download11.getjar.com/downloads/web/pub/25781/DangerousSpeed_SE_K700_out.jad"><strong>JAD file (<em>DangerousSpeed_SE_K700_out.jad</em>)</strong></a><br />
<a href="http://download11.getjar.com/downloads/web/pub/25781/DangerousSpeed_SE_K700_out.jar"><strong>JAR file (<em>DangerousSpeed_SE_K700_out.jar</em>)</strong></a><br />
</span></p>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.javapreprocessor.com/free-java-games.html/feed</wfw:commentRss>
		<slash:comments>2660</slash:comments>
		</item>
	</channel>
</rss>

