links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
phinexus, member since Jun 8, 2006
.
Search Everyone: programming,

Top programming experts: phd, moo, jstone, dapperdanman, pablomarx, desanctifier,

Groups about programming: programming, programming, Programming, AFFILIATE PROGRAMS, Programming, programming,

1 - 10 of 53 next »   Watch phinexus
 
XMLVM cross-compiles byte code instructions from Sun Microsystem's virtual machine and Microsoft's Common Language Runtime. A Java class file or a .NET executable is first translated to an XML-document. Based on the XML-document generated by the front-end, various transformations are possible. The first transformation cross-compiles from .NET to JVM byte code. Another transformation enables Java or .NET applications to be cross-compiled to JavaScript so that they can run as AJAX applications in any browser. Yet another transformation allows to cross-compile a Java program to Objective-C to create a native iPhone application. You can even cross compile an Android application to run on the iPhone!
by phinexus 2009-11-11 17:31 cross-compiler · java · iphone · android · javascript · .net · programming
http://www.xmlvm.org/overview/ - cached - mail it - history
Part 2 of this excellent article.
by phinexus 2009-06-16 16:47 programming · java · persistence · jpa
http://www.javaworld.com/javaworld/jw-01-2008/jw-01-jpa2.html - cached - mail it - history
Excellent article on JPA.
by phinexus 2009-06-16 16:45 programming · java · persistence · jpa · tutorial
http://www.javaworld.com/javaworld/jw-01-2008/jw-01-jpa1.html - cached - mail it - history
auto-starting programs via their file associations with RunDLL32 under windows
by phinexus 2009-06-05 14:16 windows · programming · rundll
http://vlaurie.com/computers2/Articles/rundll32.htm - cached - mail it - history
The Java ClassBuilder is a simple framework for bytecode transformation of existing Java classes, in order to make them easily usable for data binding (and other uses) when developing Java desktop applications. Although the ClassBuilder is a (very lightweight) framework, it's focus is on a set of ready out-of-the-box solutions that aim to bring easy to use data binding to the Java platform. Under the hood it uses the amazing Javassist bytecode transformation library to change the structure of Java classes at runtime. Let's repeat: the focus of the ClassBuilder is not on providing a framework (there's enough of those already), but providing ready-to-use solutions that utilize it under the hood. private JTextField fName = new JTextField(); private JTextField lName = new JTextField(); @Property @Bindable private Person person = new Person(); @Property @Bindable private String fullName = ""; //create bindings Binder.bind(fName,"text", this, "person.firstName"); Binder.bind(lName,"text", this, "person.lastName"); Binder.bind(this, "${person.firstName} ${person.lastName}", this, "fullName");
by phinexus 2009-04-27 23:19 beans · binding · java · programming · library · opensource
http://code.google.com/p/javabuilders/wiki/ClassBuilder - cached - mail it - history
The developers of the Java language tried their best to stop us from constructing our own enum instances. However, for testing purposes, it can be useful to temporarily add new enum instances to the system. In this newsletter we show how we can do this using the classes in sun.reflect. In addition, we use a similar technique to modify static final fields, which we need to do if we want the switch statements to still work with our new enums.
by phinexus 2009-04-16 17:00 hacking · java · enums · programming · final · reflection
http://www.javaspecialists.eu/archive/Issue161.html - cached - mail it - history
by phinexus 2009-04-14 15:14 website · development · programming · css · design
http://www.webmonkey.com/ - cached - mail it - history
by phinexus 2009-01-29 22:05 java · webServices · tutorial · programming · reference
http://java.sun.com/webservices/docs/2.0/tutorial/doc/ - cached - mail it - history
The definitive java tutorials, from Sun.
by phinexus 2009-01-29 21:06 java · tutorial · programming · reference
http://java.sun.com/docs/books/tutorial/ - cached - mail it - history
1 - 10 of 53 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates