Showing 129 open source projects for "using class net.sourceforge.jtds.jdbc.driver"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 1

    WsdlToPhp

    Generate PHP classes based on a WSDL

    This package allows to programmatically send request to a SOAP service using PHP classes. In order to that, this class generates each class for each request and each request parameters and each request response. Each class is stored in a hierarchical folder/sub-folder. The SOAP client is then abstracted and you only deal with objects representing the WSDL. It uses eZ Components, ezcPhpGenerator, in order to generate php files. Test this library here : http://www.wsdltophp.com Read the online...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    NextBus Public Feed Adapter for Java

    A Java adapter for the NextBus Public XML Feed Service

    Restful Web Service adapter for the NextBus prediction and transit network reporting service. This implementation uses XSD Schema, JAXB and a domain object model to decouple the consuming application from the over-the-wire representation of the data. NextBus is currently providing real-time bus data in several major metro transit agencies including, but not limited to MBTA (Boston), Toronto, Seattle, Brooklyn, Staten Island as well as a number of University towns. In additional to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    data2bin

    Create structured binary files from XML data.

    Need to create binary files with data for Your program, game etc.? Tired of using hex-editor and editing the file manually with the risk of structure-mismatches? Too lazy to reedit complete file after changing structure members order or size? "data2bin" is a utility that takes: 1. Your structures description (you can use integers of different sizes and endiannesses, null-terminated text strings, fixed-size binary strings, structures, arrays...) 2. Your data in a XML file written down...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4
    Stand-alone Java library implementing parser/formatter/comparator/validator for JSON/XML-like text formats oriented on JSON-like object model (list,map,scalar + reflection). Library is designed to maximize adaptivity via set of extendable modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    AirNavigator

    AirNavigator

    Aircraft navigator with HSI for TomTom devices

    Experimental GPS navigation application for ultralight aircrafts, using as hardware a vehicular and inexpensive TomTom navigator. The program, given a GPX flight plan, is able to provide navigation indications using an HSI along the route up to the final destination.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    XmlPL is a C like language with special syntax for creating and manipulating XML data. If you know Java, C or C++ and XPath then XmlPL is easy to learn. XML is a native data type and is processed more naturally using XML path expressions and inline XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Recursive Interpretation for XML

    An interface for recursive descent XML Parsing

    RIX common interface for parsing XML using recursive descent. It merges the 1-pass behavior of SAX with the ease of tree manipulation attributed to DOM. In short, RIX works by allowing client code to provide their production rules for any point in the parse tree. There are several advantages of RIX compared to DOM and SAX. DOM gives a full snapshot of the document being parsed, while RIX might be useful for when the document can be interpreted in one pass. Meanwhile, RIX lessens the overhead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Application made with Mono 2.0, compatible with .Net Framework 2.0. It allows to load and modify xml, xsd and xsl docs and perform theirs validation, also using an embedded browser. Also, it allows to apply xsl to xml and to validate xml with xsd.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    HL72XML.CPP Transformer
    HL7 to XML Transformation toolkit. Using HL7 v2 XML
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 10

    LazySerializer

    Lazily serializes an object to XML for usage in XPath/XSLT.

    Lazily serializes an C# object to XML for usage in XPath/XSLT. For example: _________________________________________ ObjectXmlNavigator nav = new ObjectXmlNavigator("myObject", MyObject); XslTransform xslTrans = new XslTransform(); xslTrans.Transform(nav, null, objStream); _________________________________________ Using the ObjectXmlNavigator object you can now access the properties of MyObject in your XSLT. Only properties (or properties of properties) that your reference...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Text2XML

    Generic Method for Parsing Text into XML

    Text2XML provides a simple, declarative method of parsing and processing of raw text data into XML. Text2XML uses an XML configuration file which describes the desired XML output, as well as the rules for parsing the text file. Parsing is performed using XPath 2.0 and Regular Expressions. Text2XML can be used from the command line, or it can be embedded into another Java application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Light GUI XSLT Processor

    Light real time GUI XSLT Processor java based

    GUI for XSLT real time processing. Just run it using Java 1.5 or upper Three windows compose the GUI: 1.- XML IN 2.- XSLT 3.- OUT Drag & Drop a file into the first two windows and the third window show the result in real time. Edit the XSLT or XML IN and the result will appears inmediatly in the OUT window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A command line tool that converts a custom xml document (xsav) to a SPSS binary file (sav). It is often easy to generate xml files from software, and by using this tool a SPSS (computer tool for statistical analysis) binary file can easily be generated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XmlView
    GUI utility in pure Java for viewing and editing XML content; example of application built with Superficial http://superficial.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Polyester is a tuple space framework based on the lighTS project, with extensions to support asynchronous and decoupled interaction of agents. The provided example application is a (toy) library of XML documents that can be queried using XPath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    pilot-qof provides a query interface to data on a Palm device, using pilot-link and QOF - the Query Object Framework. pilot-qof supports reading addressbook, datebook, expenses and ToDo data and runs SQL-type queries on the live data or a QSF XML fil
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    PekiLine Dictionary
    PekiLine is a personal English vocabulary designed to learning. Words are translated on-line using a Google dictionary include a pronunciation. The application stores all searched words in the local XML file for more learning.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    XMLi

    Easy XML generation in ILE RPG

    A suite of service programs which enable the easy generation of XML or HTML from within RPG. XMLi1 enables the building of XML within RPG using procedure calls. Data can be written to your program variables or pointers. XMLi2 provides an XML-based scripting language that makes XML generation easy. Simply write a template of your desired XML/HTML and use imbedded SQL queries to build your data. Pass parameters to the template from your RPG to be used in your SQL queries. Conditional logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Python XML Serialization
    pyxser stands for python xml serialization and is a python object to XML serializer that validates every XML deserialization against the pyxser 1.0 XML Schema. pyxser is written entirely in C as a python extension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Libraries and tools for compiling and text processing, written in Dylan using XML-based literate programming techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XTR (XML Transformations) is project that allows you to transform, merge and summarize XML files basing on XSD files and mappings. Generates XSD file form XML (XML2XSD). XML editor with formatting capability, XSD visualization using tex, XML Validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The program can be used to solve the problems about XML encoding exception. Step 1: Convert XML to SXML; Step 2: Extract the data ID in SXML using other XML parser library ; Step 3: The raw data are extracted from SXML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lightweight XML processor; XML-POJO mapping via Java5 annotations or DTD; Preprocessing of XML documents using expression language; Binary XML; RMI friendly XML; JSON format support; XML marshall/unmarshall; HTML as XML parser; Swing XML Viewer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XML Document Validator is a Java implementation of CLiXML - Constraint Language in XML - that allows to express complex constraints about XML content using a mixture of first order logic and XPath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Qt-based Application used to collect geographical information from twitter accounts and display them using Google Maps API. It will also include features to follow links and extract similar information from image sites like Flickr and Dailybooth.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.