<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.java.programmer Google Group</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer</link>
  <description>Programming in the Java language.</description>
  <language>en</language>
  <item>
  <title>Re: Thoughts on obfuscators?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/caebf924a15f248c/cd7e01645cc8d5ff?show_docid=cd7e01645cc8d5ff</link>
  <description>
  Zig wrote: &lt;br&gt; I have also used ProGuard and are happy with it. &lt;br&gt; Arne
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/caebf924a15f248c/cd7e01645cc8d5ff?show_docid=cd7e01645cc8d5ff</guid>
  <author>
  a...@vajhoej.dk
  (Arne Vajhøj)
  </author>
  <pubDate>Fri, 05 Sep 2008 22:42:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Thoughts on obfuscators?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/caebf924a15f248c/33b9ba7cae5ec457?show_docid=33b9ba7cae5ec457</link>
  <description>
  Many vendors consider obfuscation a waste of time. &lt;br&gt; Arne
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/caebf924a15f248c/33b9ba7cae5ec457?show_docid=33b9ba7cae5ec457</guid>
  <author>
  a...@vajhoej.dk
  (Arne Vajhøj)
  </author>
  <pubDate>Fri, 05 Sep 2008 22:42:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Help with Java-based RIA Framework</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/82de69076d4f6959/266ef65b3b8f44df?show_docid=266ef65b3b8f44df</link>
  <description>
  Your version of Firefox requires the next release of the Java web &lt;br&gt; browser plug-in from Sun Microsystems to work with this site. &lt;br&gt; JRE Version 1.6.10 &lt;br&gt; You can download and install it by clicking here. &lt;br&gt; If you prefer not to install this version of the plugin, we recommend &lt;br&gt; using Microsoft Internet Explorer temporarily to view our site.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/82de69076d4f6959/266ef65b3b8f44df?show_docid=266ef65b3b8f44df</guid>
  <author>
  &quot;&quot;lione...@(none)&quot;
  (none)
  </author>
  <pubDate>Fri, 05 Sep 2008 22:40:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/6d95098266bcab36?show_docid=6d95098266bcab36</link>
  <description>
  No. Java made a decision to not make primitive types and object &lt;br&gt; references convertible to booleans. In fact, it differs from its &lt;br&gt; predecessors in having a boolean type that is not merely a special case &lt;br&gt; of the integer. Merely omitting an &amp;quot;=&amp;quot; may have been one of the factors, &lt;br&gt; but there are several others, most notably an increased sense of type
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/6d95098266bcab36?show_docid=6d95098266bcab36</guid>
  <author>
  pidgeo...@verizon.invalid
  (Joshua Cranmer)
  </author>
  <pubDate>Fri, 05 Sep 2008 22:21:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: JSP document changing script element</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/abbf1cb8458478a0/1205ad57657cb1ab?show_docid=1205ad57657cb1ab</link>
  <description>
  I am still not clear as to what is actually doing this. &lt;br&gt; I have done some additional testing and found that this only happens &lt;br&gt; when using a JSP document (XML). If I do this in a plain JSP page or &lt;br&gt; in an HTML page, then it all works fine and the script element is sent &lt;br&gt; to the browser as I entered it. &lt;br&gt; Should I not be using a jsp:root declaration? All of the
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/abbf1cb8458478a0/1205ad57657cb1ab?show_docid=1205ad57657cb1ab</guid>
  <author>
  j...@storta.net
  (jsguru72)
  </author>
  <pubDate>Fri, 05 Sep 2008 22:20:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/3452daa9104fbe2f?show_docid=3452daa9104fbe2f</link>
  <description>
  Yes. An expression is a series of values (literals, variable references, &lt;br&gt; etc.) joined by operators. Essentially, if &amp;lt;x&amp;gt; and &amp;lt;y&amp;gt; are expressions, &lt;br&gt; and &amp;lt;op&amp;gt; is an operator, &amp;lt;x&amp;gt; &amp;lt;op&amp;gt; &amp;lt;y&amp;gt; is an expression [1]. So what are &lt;br&gt; operators? There are arithmetic operators (+, -, *, and /), bitwise &lt;br&gt; operators (&amp;amp;, ^, |), assignment operators (=, &amp;lt;op&amp;gt;=), and... Hey, wait,
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/3452daa9104fbe2f?show_docid=3452daa9104fbe2f</guid>
  <author>
  pidgeo...@verizon.invalid
  (Joshua Cranmer)
  </author>
  <pubDate>Fri, 05 Sep 2008 22:06:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: Directory permissions in Java 5</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/5e51445a634c7ac6/01e902cb2bb7ad3d?show_docid=01e902cb2bb7ad3d</link>
  <description>
  Hi, &lt;br&gt; If you meant to say that even if you set it to readonly in windows &lt;br&gt; explorer, then you still can create a file in it, then you can forget it, &lt;br&gt; because if the OS does not support blocking the file creation then you &lt;br&gt; will never be able to do it in Java. &lt;br&gt; If you meant to say that setting readonly through Javas setReadOnly()
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/5e51445a634c7ac6/01e902cb2bb7ad3d?show_docid=01e902cb2bb7ad3d</guid>
  <author>
  priv...@claudio.ch
  (Claudio Nieder)
  </author>
  <pubDate>Fri, 05 Sep 2008 22:04:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/cdac32d6989d38d0?show_docid=cdac32d6989d38d0</link>
  <description>
  Indeed. &lt;br&gt; It&#39;s useful as a form of currying. And it&#39;s purely up to a &lt;br&gt; language designer or a library designer&#39;s choice. And it&#39;s &lt;br&gt; purely subjective and depends on individual&#39;s taste. &lt;br&gt; For example, even method calls can be curried. &lt;br&gt; Suppose you have a File object, which has a &amp;quot;write(String)&amp;quot; method. &lt;br&gt; Now, the library designer could have implemented it
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/cdac32d6989d38d0?show_docid=cdac32d6989d38d0</guid>
  <author>
  kenny.rio...@gmail.com
  (Kenny Riodan)
  </author>
  <pubDate>Fri, 05 Sep 2008 22:04:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/282c493643b88a3c?show_docid=282c493643b88a3c</link>
  <description>
  On Fri, 05 Sep 2008 14:42:19 -0700, Tegiri Nenashi &lt;br&gt; Why not? Whether you like it or not, the assignment operator does in Java &lt;br&gt; create an expression with a type. &lt;br&gt; It could be argued that Java should not have inherited that particular &lt;br&gt; convention from C; after all, Java abandoned other conventions, such as
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/282c493643b88a3c?show_docid=282c493643b88a3c</guid>
  <author>
  npoestpe...@nnowslpianmk.com
  (Peter Duniho)
  </author>
  <pubDate>Fri, 05 Sep 2008 21:56:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/7deb194005230e6d?show_docid=7deb194005230e6d</link>
  <description>
  On Fri, 05 Sep 2008 12:59:41 -0700, Tegiri Nenashi &lt;br&gt; I am, but how is that relevant? This is a Java newsgroup. &lt;br&gt; You base that claim on what evidence? I don&#39;t know the specifics myself, &lt;br&gt; but it&#39;s not uncommon for a language interested in type-safety to do fewer &lt;br&gt; implicit type conversions than would, for example, C. And in particular,
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/7deb194005230e6d?show_docid=7deb194005230e6d</guid>
  <author>
  npoestpe...@nnowslpianmk.com
  (Peter Duniho)
  </author>
  <pubDate>Fri, 05 Sep 2008 21:52:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/d23f62acc946aa55?show_docid=d23f62acc946aa55</link>
  <description>
  It&#39;s not a variable. Plenty of non-variable things have types. 5 is not &lt;br&gt; variable, yet it clearly has a type of |int|. Things that have types are &lt;br&gt; called `expressions&#39;, and assignments are expressions in MANY languages, &lt;br&gt; including (but not limited to): &lt;br&gt; * Awk &lt;br&gt; * C &lt;br&gt; * C++ &lt;br&gt; * Java &lt;br&gt; * Javascript (sorry, ECMAScript)
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/d23f62acc946aa55?show_docid=d23f62acc946aa55</guid>
  <author>
  pidgeo...@verizon.invalid
  (Joshua Cranmer)
  </author>
  <pubDate>Fri, 05 Sep 2008 21:48:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/f9d5c27d59242371?show_docid=f9d5c27d59242371</link>
  <description>
  You are right, I have to make a correction. Not only (explicitly &lt;br&gt; declared) variables have a type, but also expressions over the &lt;br&gt; variables; e.g given &amp;quot;int x,y;&amp;quot; the expression &amp;quot;x+y&amp;quot; is of type int. &lt;br&gt; Now is assignment realy an expression? I don&#39;t mean that you answer &lt;br&gt; that by trivially checking your favorite language grammar. Expression
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/f9d5c27d59242371?show_docid=f9d5c27d59242371</guid>
  <author>
  tegirinena...@gmail.com
  (Tegiri Nenashi)
  </author>
  <pubDate>Fri, 05 Sep 2008 21:42:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/2bde476c77cfa95e?show_docid=2bde476c77cfa95e</link>
  <description>
  Okay, fine: Nobody here is forcing you to use Java. &lt;br&gt; But if you&#39;re writing about some language other than Java, &lt;br&gt; you&#39;ll find better audiences and get better discussions in &lt;br&gt; newsgroups devoted to those other languages. At the very least, &lt;br&gt; put a prominent disclaimer on your articles so readers will not
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/2bde476c77cfa95e?show_docid=2bde476c77cfa95e</guid>
  <author>
  esos...@ieee-dot-org.invalid
  (Eric Sosman)
  </author>
  <pubDate>Fri, 05 Sep 2008 21:27:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: assert-like debug { /* code */ } feature?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/fd24b47f2c3895b6?show_docid=fd24b47f2c3895b6</link>
  <description>
  What are you on about? &lt;br&gt; Of course assignment is not a variable. &lt;br&gt; Assignment is an expression. &lt;br&gt; C, C++, and Java all disagree with you here. &lt;br&gt; int a, b, c; &lt;br&gt; a = b = c = 7; &lt;br&gt; which is parsed into &lt;br&gt; a = (b = (c = 7)); &lt;br&gt; which means &lt;br&gt; c=7; &lt;br&gt; a = (b = 7); &lt;br&gt; which means &lt;br&gt; c=7; &lt;br&gt; b=7; &lt;br&gt; a=7;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/6f96743d880c48a1/fd24b47f2c3895b6?show_docid=fd24b47f2c3895b6</guid>
  <author>
  kenny.rio...@gmail.com
  (Kenny Riodan)
  </author>
  <pubDate>Fri, 05 Sep 2008 21:18:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Good Java books?</title>
  <link>http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/82ee36056f7b14ec/6f83428dfac440ab?show_docid=6f83428dfac440ab</link>
  <description>
  _Learning Java_ by O&#39;Reilly is pretty good. It is an introductory book, &lt;br&gt; so it doesn&#39;t cover things in a lot of depth. But what it does cover it &lt;br&gt; generally tries to go beyond the simplest approach and give some hints &lt;br&gt; how best to use it. &lt;br&gt; For example, it has one of the better explanations of generics I&#39;ve
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/82ee36056f7b14ec/6f83428dfac440ab?show_docid=6f83428dfac440ab</guid>
  <author>
  marksp...@sbcglobal.net
  (Mark Space)
  </author>
  <pubDate>Fri, 05 Sep 2008 21:09:27 UT
</pubDate>
  </item>
  </channel>
</rss>
