Search Results for "java property" - Page 3

Showing 130 open source projects for "java property"

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

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Software Testing Platform | Testeum Icon
    Software Testing Platform | Testeum

    Testeum is a Software Testing & User Test platform

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 1
    JPropertyEditor

    JPropertyEditor

    a gui based property file editor in java. for java.

    a gui based property file editor in java. for java. Features: 1. Drag And Drop support 2. Print support 3. Easy Property manipulation (add/delete/update/search/view) 4. Property Key validation 5. Separate font for key and value 6. Order property list by key or value in ascending or descending 7. recent files support 8. key/value font size resize option 9. Export property as properties or in xml format 10. Search by key and value CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Access Road

    Access Road

    Simulator of access controls

    The Access Road software is a universal simulator of access controls that is intended to improve design and auditing of IT security. Access Road offers the out-of-the-box simulations of GNU/Linux Ubuntu® (components and rights on the file system), MySQL Server®, and a generic Role-Based-Access-Control application to adapt to your needs. It is designed for database, system, and application administrators, IT architects and developers, auditors. Access Road provides a full simulation of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A Java library to run diagnostic tasks for a Web application at runtime. Configured tasks verify the availability of external resources such as property files, datasources and JNDI bindings. A run can detect problems ahead of using your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    de.titus-projects collection

    a collection of smart usefull frameworks and apis

    This is a collection of smart usefull frameworks and apis for some possible usecases. One example: Many applications using properties, and alle applications implements there own property management. Now you don't need to do this. Hier is a little framework that organized your properties from any source you want. This framework is extensible and customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    Property List Library
    Read/write property list library written in Java with support for reading/writing XML and binary property list files. Property lists are key/value datastores for serialized objects, mainly used in Mac OS X.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    AGAVE

    AGAVE is an agile tool to verify evolving software specifications

    ...”. In the conditional case, a set of constraints on transparent states is reported as well. AGAVE takes as input three files: Example1.xml contains the Statechart to be analyzed Example1Property.txt contains the property to be verified Example1InitialState.txt contains the initial values of the atomic propositions To run AGAVE download these three file plus AGAVE.jar in the same folder . Then, from the command line type: java -jar AGAVE.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Variations
    Variations is a digital music library software system that provides online access to streaming audio and scanned score images with a flexible access control framework to ensure respect for intellectual property.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    KludgopolB
    Monopoly clone written in Java for 2-8 players (including computer players) that was designed to make quite a lot of things customisable from the user's point of view. Four board files are included. Two are based on regional variations of Monopoly but with places named after colours instead, the other two are there more to demonstrate what can be done. Hopefully there are no major bugs in the game - I cannot guarantee that there are none, but I've done some testing on Linux and Windows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A MOF 2 for Java is an implementation of the new OMG MOF 2 Recommandations. It provides an enhanced JMI interface to utilize new Java features, such as generics, and new MOF/UML features, like property redefinitions and subsettings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10

    atomproxy

    Enables developers to easily build proxies of atom-like interfaces.

    ...; } @Override public void setProperty3(boolean property3) { this.property3 = property3; } } This project enables developers to easily generate proxies implementing atomic interfaces at runtime. Now to create an instance of IAtom you can simply write: IAtom atom = (IAtom)AtomProxyBuilder.implement(IAtom.class).addProperties("property1", "1st property", "property2", 2, "property3", true).createProxy(); NOTE: guava and junit4 are required by this library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Accounting-123

    Accounting-123

    Accounting and Payroll Software Business System ERP Web based Cloud

    Accounting and Payroll Software Business System includes complete accounting functionality to balance sheet, unlimited cash books, petty cash books, Debtors, Creditors, Payroll, Stock and Inventory, Basic Bill of Materials and full accounting integration - More on the project website: http://www.accounting-123.com Total Releases (around 2.5 million lines of code) Core Release - 12 March Payroll Updates (South Africa) 30 March Property Software - when ready Manufacturing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    beantobean

    Java bean to java bean mapper

    Most of java application developped using the layer paradigm needs to map java beans to java beans. This process is used to exchange data between the different layers of the application. As an example, the well known Data Transfer Object Pattern which is used to transfer data between software application subsystems heavily uses mapping between beans of the different layers Transfer. The mapping between beans includes : - Mapping of object fields, - Complexe property mapping...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Clean Temperary Directory

    Clean Temperary Folder in Windows.

    To cleans browser temporary(%TEMP%) folder. Tested on Windows XP(expected to works in any Windows OS). Intension of it, To overcome from manual cleaning of it. It will takes maximum 3 seconds. It is very simple program of single java file. No need to give any input parameters to run. Just copy this .jar on desktop or anywhere you want and click on that, it will delete unnecessary files. So, your browser works faster. It would not do any thing in the Browser level, it just clean “C...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    wsnware
    WSNWARE is an open source Java/OSGi middleware, designed for monitoring, controlling and standardizing Wireless Sensor Network. WSNWARE is a normalized message oriented middleware running on (and developed for) any OSGi containers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Simple Game using Java. Configurable game for educational purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple/efficient recursive property mapper for Java. Copies/converts/coalesces properties from external beans to target beans and vice-versa. Generics/types aware. Implicitely converts between arrays and collections and between configured classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A lib to parse xml to java object in a direct and simple way: you just create your java bean and wire it. No JAXB, no schema. Use your bean property as tag name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Banshee is a general-purpose web services client written in Java. It is intended to consume web services in a lightweight manner, so it does not break as the contract changes (it means, in case any property, method, or even binding in a WSDL changes)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A collection of useful Java classes: object, string and I/O utility classes; and additional Ant tasks such as database schema update, property file manipulations, advanced regexp filters. The library is released under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Dozer is a Java Bean to Java Bean mapper. Typically, these Java Beans will be of different complex types. Dozer supports simple property mapping, complex type mapping, bi-directional mapping, as well as recursive mapping.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    Mean Bean
    Open source Java test library that: 1. Tests getter/setter method pairs of a class. 2. Verifies equals and hashCode methods comply with the Equals Contract and HashCode Contract respectively. 3. Verifies property significance in object equality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Letting Agent Property Management Tools
    Letting Agent Pro is a collection of netbeans RCP modules. The code is provided to the community as an example of the platform and API's being used in anger to develop a working application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Easily use interfaces as Java Beans for holding data without implementing a class. These beans support all needed methods like hashCode, equals, toString, property-change-support and can be cloned and serialized. Based on Java dynamic proxies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    just a small java property file comparator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    this is a application created to use an xml file as db it have an feature to stare the the images also and follow the all property of data base
    Downloads: 0 This Week
    Last Update:
    See Project