Showing 58 open source projects for "java html parser"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    ZK - Simply Ajax and Mobile
    Ajax+Mobile Java Web framework. With 200+ Ajax components and event-driven, Ajax/RIA apps are as effortless and rich as desktop apps and HTML/XUL pages. Support JSP/JSF/JavaEE/Spring, Ajax Push and Client-fusion; also Java/Groovy/Python/JavaScript.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 2
    FireWeb

    FireWeb

    Java Single Page Web Application Framework

    Java Single Page Application Framework. Using POJO/JavaScript/WebSocket/HTML. Without any scripting - only pure Java classes. Simply and easy to learn, use and extend.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    VasSonic

    VasSonic

    Hybrid framework to speed up the first screen of websites

    ... compatible with web offline resource perfectly. VasSonic uses custom url connection instead of original network connection to request the index html, so it can request resource in advance or parallel to avoid waiting for the view initialization. In this parallel case, VasSonic can read and render partial data by WebKit or Blink kernel without spending too much time waiting for the end of data stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tedhi

    Tedhi

    Human-centric date and date range parser library for Java

    Provides extremely flexible parsing of dates and date ranges. Uses an intuitive syntax where syntax is needed, and recognises partial dates. Examples of date ranges supported are: * 1/Nov/2012 to 30/Nov/2012 (start of 1st to end of 30th) * Nov/2012 to Dec/2012 (start of 1/Nov to end of 31/Dec) * 2012 to 2013 (start of 1/Jan/2012 to end of 31/Dec/2012) * Nov (start of 1/Nov this year, to end of 30/Nov this year) Now available on Maven Central.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5
    Web Widget Toolkit (WTK): Server-side components for easily creating web-based user interfaces with complex navigation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    j-denv

    java-developer/deploy environment

    Another POC (Proof Of Concept), a 'dialog' tool made in java, can show multiple dialogs, images, buttons, and even HTML (3.2) a lot of things do not work properly or doesn't work at all. Reads from stdin and writes to stdout, can be linked with netcat/socat, check readme for examples. IMPORTANT: dealing with long terminal lines require switching the terminal to non-canonical mode (stty -icanon) Reenable canonical mode with: stty icanon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MessageBox

    MessageBox

    Generating different styles of messageboxes for Vaadin (vaadin.com).

    This project contains a flexible utility class for generating different styles of messageboxes for Vaadin (vaadin.com). The messagebox is typically a modal dialog, with an icon on the left side, a message on the right of the icon and some buttons on the bottom of the dialog. E.g. you can define the window caption, different types of icons, a simple message as string, optionally formatted with HTML elements, a complex message designed with multiple Vaadin components, how many buttons are placed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Args

    Args

    A java configuration file and command line parser

    Powerful rule-based command line parser and cofiguration reader. Options can be created using annotations or manually using a powerful API. Options are grouped into hierarchical namespace, allowing sophisticated inclusion, exclusion and grouping based on rules. Supports multiple dialects and automatic document creator such as typical usage and UNIX manpages. POSSIX, GNU, MSDOS command line parser dialects. XML, INI, PROPERTIES configuration file types. Database and general persistance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Thymeleaf Property Extractor

    Thymeleaf Property Extractor

    A Java-written extractor for all your Thymeleaf localization strings

    Thymeleaf Property Extractor (ThExtractor in short) is a java-written app that given a folder or a html file, extracts every Thymeleaf localisation tags (for example: th:text="#{myString}") to a properties file, to ease and fasten the development of your Spring web app. It's really easy to use! Just run the jar, and browse for your HTML (or a folder containing them) in the first field, and browse for a target .properties file (or create one!) in the second field. And then... do magic!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    Form4G
    Development of applications in java Swing with the tools and methodologies of the applications web (Plugin, javascript, html, servlet and JSP). Without the necessity of carrying with an application server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GWT-TimeSlider

    GWT-TimeSlider

    A TimeSlider animation for GWT-Applications.

    ... of the timer moves the slider handle one step further, which means that the size of the panels left and right of the handle changes. The speed is configurable, and changes when the speed buttons are used. A number of ticks can be used to show certain dates below the slider animation. The GWT-TimeSlider.java class shows how to use the TimeSlider. Import the project as a GWT-project and run it with "run as -> Web Application". An Example-HTML-Page is shown.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GWT-AppNavigation-Project

    GWT-AppNavigation-Project

    Example GWT Project showing how to navigate between different views.

    One of the main features of a GWT application is, that you can write all your code in Java and do not need to care about HTML, CSS and JavaScript. All content can be loaded into the same div-element in one HTML-Standardpage. Sounds perfectly alright, but how do you navigate between different views, if for example you need a loginpage and don´t want the user to have access to your application before entering the right logindata? Of course there is the possibility to have more than one HTML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Jamon is a text template engine for Java, useful for generating dynamic HTML, XML, or any text-based content. In a typical Model-View-Controller architecture, Jamon clearly is aimed at the View (or presentation) layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SwingBox

    Java Swing HTML / CSS rendering component

    SwingBox is a Java Swing component that allows displaying the (X)HTML documents including the CSS support. It is designed as a JEditorPane replacement with considerably better rendering results. SwingBox is pure Java and it is using the CSSBox rendering engine for rendering the documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DocItOut ( SAS Documentation Tool )
    DocItOut is a tool that enables SAS programmers to easily generate online documentation in HTML format based on the comments and statements from the SAS files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    UniversalIndentGUI
    A cross platform GUI for several code formatter, beautifier and indenter like AStyle, GNU Indent, GreatCode, HTML Tidy, Uncrustify and many more. Main feature is a live preview to directly see how the selected formatting option affects the source code.
    Downloads: 52 This Week
    Last Update:
    See Project
  • 17
    CLOPS generates a command line parser and documentation from a succinct description of the command line. The user can explicitly express dependencies between the individual options such as exclusion or overrides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Run Java AWT and Swing applets on the web *server-side*. Dynamic HTML (AJAX) for the browser is automatically generated. NOW USING GWT (Google Web Toolkit)!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Develop your enterprise RIA web applications simply as standalone application. J2EE web based framework. Just only Java and components -- all is simple. No HTML, no templates, no code generation, no JavaScript, no JSP, no EJB, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jenia4faces is an html java server faces (JSF) component library. The library is composed of many component family, you can choose to install all family as a unique library (one jar) or you can install only interesting families (one jar per family).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This application uses XML files as input to apply a XSLT transformation and export user-readable documents, such as HTML or LaTeX. Il was originally intended to create Yearbooks based on the already existing files with details about an organisation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An extension of GWTCanvas widget to allow leveraging all of the features of the HTML 5 canvas element, like drawing text and shadows. Depends on browser support for the canvas element. See project home page link for usage details.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    This tool was designed to convert latin characters in greek characters. It converts latin characters to greek HTML-entities or "ISO-8859-7"-characters or "greek-unicode"-characters. The appropriate characters are outputed in the appropriate editors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Wicket Stuff project makes third party components available using the Wicket web component framework. Subprojects of this project contain integrations for Spring, Groovy, Hibernate, Velocity and other popular Java open source projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
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.