Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Request: JavaFacade to TypeScript API Generator
Description
Overview
The proposal suggests the implementation of a JavaFacade to TypeScript API Generator in Eclipse Dirigible. This feature aims to accelerate the creation of a type-safe API based on Java classes by automating the generation process.
Motivation
Developers often encounter the need to interact with Java classes from TypeScript applications in Eclipse Dirigible. However, manually creating TypeScript APIs to mirror Java classes can be time-consuming and error-prone. By introducing a generator tool, we can streamline this process, reducing development effort and improving productivity.
Desired Features
The JavaFacade to TypeScript API Generator should offer the following functionalities:
Use Cases
Implementation Considerations
Technology Stack
Consider leveraging existing libraries or frameworks for parsing Java classes and generating TypeScript definitions. Additionally, ensure compatibility with the Eclipse Dirigible platform.
Documentation
Provide comprehensive documentation covering the usage, configuration options, and integration steps of the JavaFacade to TypeScript API Generator.
Beta Was this translation helpful? Give feedback.
All reactions