sign in · help · news · about · deen

BibSonomy ::  user :: gresch ::

The blue social bookmark and publication sharing system.
 

bookmarks

 (2)
<< < 1 > >> 
  • he goal of XMLVM is to offer a flexible and extensible cross-compiler toolchain. Instead of cross-compiling on a source code level, XMLVM cross-compiles by...
    he goal of XMLVM is to offer a flexible and extensible cross-compiler toolchain. Instead of cross-compiling on a source code level, XMLVM cross-compiles byte code instructions from Sun Microsystem's virtual machine and Microsoft's Common Language Runtime. The benefit of this approach is that byte code instructions are easier to cross-compile and the difficult parsing of a high-level programming language is left to a regular compiler. In XMLVM, byte code-based programs are represented as XML documents. This allows manipulation and translation of XMLVM-based programs using advanced XML technologies such as XSLT, XQuery, and XPath.
    to .net bytecode clr crosscompiler develop java jvm programming software tools xml xpath xquery xslt by gresch and 1 other user on Mar 11, 2010, 4:55 PM
    (0)
  • Your users want to customize formulas. They know Excel or OpenOffice. // Compile price finding factory and strategy implementation from spreadsheet: En...
    Your users want to customize formulas. They know Excel or OpenOffice. // Compile price finding factory and strategy implementation from spreadsheet: EngineBuilder builder = SpreadsheetCompiler.newEngineBuilder(); builder.loadSpreadsheet( new File( PATH, "CustomPriceFormula.xls" ) ); builder.setFactoryClass( PriceFinderFactory.class ); builder.bindAllByName(); Engine engine = builder.compile(); PriceFinderFactory factory = (PriceFinderFactory) engine.getComputationFactory(); // Use it to compute a line item price: LineItem item = getCurrentLineItem(); PriceFinder priceFinder = factory.newInstance( item ); BigDecimal price = priceFinder.getPrice(); Compile parametrized spreadsheets directly to bytecode. * No need to have Excel, OpenOffice, or a JDK installed. * Native speed, thread safe execution. * Bind directly to your computation strategy interfaces. * Using double, or BigDecimal for financial applications. * Available under the GPL and commercially (details).
    to bytecode calculation develop excel formula java office openoffice software by gresch on Aug 25, 2008, 7:09 PM
    (0)
<< < 1 > >>bookmarks per page: 5 10 20 50 100  

publications

publications per page: 5 10 20 50 100  
a gripper