What is a Visual Paradigm Project
In this article, you will learn what a project file is and how auto-save and auto-backup work in Visual Paradigm.
Read more
Retrieve Sprints and Associated User Stories
Visual Paradigm support agile development process via UeXceler, which you can break down your work into user stories and organize and priorities the development work with sprints. Starting from version 14.0 build 20170320av you can retrieve the user stories from sprints using Doc. Composer. We will walk you through the details in this article.
Changing Order of Child Elements using Open API
The Model Explorer is the place which showing entire model collection in your project as well as their structures. Visual Paradigm provide different ways for present the elements in Model Explore by using different sorting algorithms. But even the best sorting algorithms sometimes may not fit you need. In this case you may need to manually order the elements in the order you like. With Open API you can do this programmatically by creating a plugin. In this article we will show you how to change the order of child elements in the selected parent model element. Read more
Control background color of shape using Open API
When creating diagram sometimes you might want to have shapes showing different background color. To do this you can specify the background color of individual elements one by one. But instead of manually specify the background color shape by shape, you can also do this via Open API. In this article we will demonstrate how to control the background color setting of elements in your active diagram using Visual Paradigm Open API. Read more
Generate CRUD chart for DFD using Open API
CRUD (Create, Read, Update & Delete) are the four basic operations which being performed on data. When analyzing a system, relaying various activities and data together with a CRUD chart can help to understand the relationships between different activities, and how they being link together by the data. Visual Paradigm support creating CRUD chart for any model elements in the project. Besides manually create the CRUD chart you can also generate programmatically using Open API. In this article we will teach you how to generate CRUD chart using Open API. Read more
Hiding class attributes using Open API
Visual Paradigm Open API provide Java programming interface for manipulate diagrams and models within the project. In this article we will show you how to hide out attribute from class shape in class diagram. Suppose we would like to hide out the name attribute from Customer class in current opening diagram: Read more
How to update project to latest revision in VP Project Viewer
Visual Paradigm Project Viewer (VP Viewer) is a free application which allow users to browse the content inside the Visual Paradigm project file. In team collaboration environment, user can use VP Viewer to checkout project form VPository or on-premises Teamwork Server for review. Upon new revision of the project is available, VP Viewer user will be notified and he can update his project to latest revision for reviewing the changes. To update the project to latest revision for VP Viewer: Read more
How to Backup VP Server Repository
VP Server is a server application which included the Teamwork Server, Floating License Server and Update Server. To protect you from losing your valuable works, it is recommended to backup the server from time-to-time. This article will show you how to get it done by using the built-in backup script.
How to update VP Server
VP Server is an integrated server providing the facilities including Teamwork operation support, Hosting of floating license and Centralized update server. Upgrade VP Server to new build, or even new version is extremely easy and can be done in few clicks. This article will teach you how to update your VP Server using the build-in update feature.
Use Access Code to Protect your Floating License from Unauthorized Access
With Visual Paradigm’s floating license you can define the access code to control the access of the license. The access code basically is a password and it server for 2 main purpose. First, it helps to prevents unauthorized access to your license key and only when user have the right access code can use it, which increased the level of security. Second is to divide your floating licenses into groups. Think about if group A and B both acquire licenses from the same VP Server, group A may use up all the keys, leaving no available license for group B, when there is no control. Access code solves this problem by enforcing the need of supplying a valid password when trying to acquiring license from server by client.