- NET2Java a new technology that helps you take an application written in Visual Basic or C# to the .NET platform, and translate it into a program written in...NET2Java a new technology that helps you take an application written in Visual Basic or C# to the .NET platform, and translate it into a program written in Java source code. Right now its available through a NetBeans plugin that's included in the distribution files.
- jsc is a decompiler or a cross compiler if you will. It is not a source-code parser nor an IDE. It is a command line utility like any other compiler. jsc w...jsc is a decompiler or a cross compiler if you will. It is not a source-code parser nor an IDE. It is a command line utility like any other compiler. jsc was originally an anagram for csharp to javascript.
- xfpt is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file. It is intended to simplify the managemen...xfpt is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file. It is intended to simplify the management of XML data. It is not a program that attempts to turn a plain text document into XML. Markup within text is introduced by ampersand characters, but is otherwise "soft". You can define what follows the ampersand, for example, &" to generate a "quote" element. There is also a macro facility that allows for higher level concepts such as chapters, displays, tables, etc.
- XML to Word (and vice versa) converters


user