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: java,

Top java experts: dapperdanman, grexe, cetoli, anjanb, sheepdog, geirarnesen,

Groups about java: JAVA, java, Java, Java Developers, Web Design, programming,

1 - 10 of 48 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
JiCal can rip through your users home directories, find iCalendars that have been stored from evolution (ie Ximian.org) and convert them to free busy files for serving from your webserver.
by phinexus 2009-07-07 21:14 scheduling · group · calendar · jical · opensource · sourceforge · java
http://jical.sourceforge.net/ - cached - mail it - history
by phinexus 2009-06-17 02:21 java · howTo · exec · process
http://www.rgagnon.com/javadetails/java-0014.html - 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
Good explanation of the different Java distributions and VMs (CDC, CLDC, Micro etc.)
by phinexus 2009-04-29 11:32 java
http://www.linuxdevices.com/articles/AT7996122293.html - 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
Wrapper for creating a Windows service for a Java app.
by phinexus 2009-04-24 18:30 java · windows · services
http://javaservice.ow2.org/docs/ - 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-01-29 22:05 java · webServices · tutorial · programming · reference
http://java.sun.com/webservices/docs/2.0/tutorial/doc/ - cached - mail it - history
1 - 10 of 48 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates