Ran Biron
|
Registered User
|
Java developer at HP Software (in what used to be Mercury). Interested in framework building, thread synchronization and language features. Also in sci-fi books and audio-books, web-comics and cats.
|
|
Dec 18 |
comment |
Why should I care that Java doesn’t have reified generics? Couldn't agree more. |
|
Dec 18 |
comment |
Why should I care that Java doesn’t have reified generics? what's wrong with Object? An array of objects is array of references anyway. It's not like the object data is sitting on the stack - it's all in the heap. |
|
Dec 18 |
comment |
Why should I care that Java doesn’t have reified generics? Agree - but only for primitives (Integer, Long, etc). For "regular" Object, this is the same. Since primitives can't be a parameterized type (a far more serious issue, at least IMHO), I don't see this as a real pain. |
|
Dec 18 |
comment |
Why should I care that Java doesn’t have reified generics? Been there - gone all the way from "lets put a thing", to "lets put a list of things" to "oh noes, I need more than one type of thing". Always end up building a wrapper around the session to handle type casts (a la "spring recommended" style - don't mix cache/factory code with your real code). |
|
Dec 18 |
comment |
Why should I care that Java doesn’t have reified generics? Always when I choose the "workaround" solution I ended up providing the "delegator" solution. Calling the default constructor just doesn't scale to "special needs". |
|
Dec 12 |
comment |
A Java API to generate Java source files @Banengusk: Thanks for asking, saved me hours of searching the darkest parts of the internet. @skaffman: Great find - you made another developer more at ease with his upcoming task :) |
|
Dec 10 |
comment |
testing Java code generated during another test the object, not the class. I'd have a class "MyDef" with method "static String toJavaCode(MyDef myDef)" that, when invoked on an instance generate the java code needed to recreate that instance. |
|
Dec 10 |
comment |
testing Java code generated during another test compile directly to memory? didn't think about that. |
|
Dec 10 |
asked | testing Java code generated during another test |
|
Dec 7 |
comment |
Gracefully finalizing the SoftReference referent i++ - yes, probably didn't make it through the copy/paste. no need for remove() - correct. I'm missing about half of the references. |
|
Dec 7 |
comment |
Is is possible to sign a java applet for free? You meant people are likely to trust it. Seriously, most users don't read the over encumbered "do you want to trust" dialog, they just press whatever button is nearest to the cursor. |
|
Dec 6 |
revised |
Gracefully finalizing the SoftReference referent added 168 characters in body |
|
Dec 6 |
revised |
Gracefully finalizing the SoftReference referent added 157 characters in body |
|
Dec 6 |
revised |
Gracefully finalizing the SoftReference referent added 492 characters in body |
|
Dec 6 |
comment |
Gracefully finalizing the SoftReference referent Forgot to mention - running this example with -Xmx 10mb doesn't yield OOM and does list all kind of numbers (assumed "key information"). |
|
Dec 6 |
answered | Gracefully finalizing the SoftReference referent |
|
Nov 26 |
comment |
java in-memory on-the-fly class compilation (and loading) Well, I did. It would require me to either: 1. depend directly on JDT, which is a problem for me (organization level) or 2. depend on jetty internals which are not guaranteed not to change. Thanks anyway |
|
Nov 25 |
comment |
java in-memory on-the-fly class compilation (and loading) @gustafc: yes, for the same reasons. |
|
Nov 25 |
revised |
java in-memory on-the-fly class compilation (and loading) added 202 characters in body |
|
Nov 25 |
comment |
java in-memory on-the-fly class compilation (and loading) No. Licensing issue. Also, the client can change the JRE my server is running with, so it's a compatibility issue as well. |
|
Nov 25 |
comment |
java in-memory on-the-fly class compilation (and loading) Has to be a Java string since thats what all of the developers here know. I want to write a "plugin" that will connect to a running server and help debug it (produce log message, query internal structures, etc). Forcing everyone to learn ruby would make this obsolete before it starts (no one would learn - no one would use it). |
|
Nov 25 |
comment |
java in-memory on-the-fly class compilation (and loading) Would look into it. Doesn't sound like a valid solution though - too much overhead. |
|
Nov 25 |
comment |
java in-memory on-the-fly class compilation (and loading) since I do use jetty, I might consider this. good call. |
|
Nov 24 |
asked | java in-memory on-the-fly class compilation (and loading) |
|
Oct 5 |
awarded | ● Nice Answer |
|
Sep 15 |
revised |
List files inside a jar added 904 characters in body; deleted 313 characters in body |
|
Sep 15 |
answered | List files inside a jar |
|
Aug 11 |
awarded | ● Yearling |
|
Jul 5 |
comment |
HashMap intialization parameters (load / initialcapacity) Looks like a very nice tool - pity there's no trial version |
|
Jun 28 |
comment |
How to turn off jar compression in Maven 1. I provided the details, the original answerer provided the idea. 2. I think it's better to give "accepted" to another person for partial idea than to myself for a full idea. |
