在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):vmware/singleton开源软件地址(OpenSource Url):https://github.com/vmware/singleton开源编程语言(OpenSource Language):Java 99.1%开源软件介绍(OpenSource Introduction):SingletonA service that provides support for Software Internationalization and Localization IntroductionSingleton is an open-source application for streamlining software globalization. It standardizes and simplifies software application globalization – not just in L10n, but in i18n too. Singleton was originally developed under the R&D Operations and Central Services (ROCS) team in VMware. The core application is written using the Java™ programming language. Client-side code implementation is also available – in JavaScript (Angular, AngularJS and NodeJS web frameworks), C#, and Java™ programming languages. While VMware continues to lead development and maintenance of Singleton, the organization has decided to make it available to the open source community. In May 2019, VMware has decided to release an open-source repository in GitHub. We invite you to collaborate with us to enrich Singleton's resources and help organizations that will adopt it thrive. How does it work?The L10n capabilities of Singleton decouple localized resources from the application software. Singleton delivers a web service that provides an API for sending source artifacts for translation. These artifacts are processed externally, and localized resources are then embedded into the Singleton Service. L10n functions in Singleton are separated from the core application, which makes it possible to update or add new language support independently from the core application's release cycle – a requirement for fast-paced, agile releases as well as the SaaS world. Singleton's interoperability with multiple applications results to a simpler, more consistent quality of L10n across the board. The i18n capabilities of Singleton eliminate the need for developers to learn different APIs for i18n across technologies and programming languages. It acts as an abstraction layer that provides consistent i18n format (e.g. date, time, number, and currency) to various applications that may be written in different programming languages. Its web service API exposes REST endpoints for i18n, which naturally provides abstraction across multiple clients. This allows for a programming language–agnostic i18n implementation, significantly reducing the implementation effort of software developers, allowing them to focus on implementing new features and innovation. It also allows for consistent quality of i18n. Features
Upcoming features
PrerequisitesBuilding from source codeClone the repository using Git.
Go to singleton/g11n-ws to run a build using Gradle.
Jar files will be generated inside the following location:
To start using Singleton ServiceNavigate to singleton/publish and run the Spring Boot main application.
A user interface for testing all available API endpoints will be available in the following URL:
or
Sample translation resources will be in the following location:
Use the following as URI/request parameters to test the API. These parameters come from the sample translation resources.
Singleton ClientsSingleton also provides client bindings to talk with Singleton Service. Online ResourcesWe welcome discussions about and contributions to the project!
LicenseSingleton is released under EPL v2.0 license. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论