Entries by Visual Paradigm Team

How to Deploy Plugins to VP Products

Open API is an extension mechanism provided by Visual Paradigm for extending the functionalities of the client software. The Open API is in Java based, which allows you to have full access to the model data in your project file. By using Open API, you can create your own plugin to implement some customized features.

How to connect Visual Paradigm with multiple VPository

VPository is a cloud-based collaboration platform provided by Visual Paradigm. VPository allow software teams to store and share Visual Paradigm projects with team members. Companies could using VPository for team collaboration. In some situation user may need to connect with different VPository during their work, i.e. a consultant may need to connect to the VPository […]

How to retrieve use story scenario via Open API

In requirement capturing use case is typically used to model the system goal where there user or stakeholder would like to achieve. Sometimes the use case could be very big and hard to manage. In agile development approach the use case would further break down into smaller pieces called user story. The user story is […]

How to make 2 entities map to a single class

Visual Paradigm support generate UML Class Model by analyzing the Entity Relationship Model you defined or from your database. The generated class model can then use to generate hibernate source code. By default each entity will be generated into one class model during the process. But in some situation you may want to have 2 […]