Debug your plugins with Eclipse
Visual Paradigm Open API provides an interface for developers to develop plugins and extend the functionalities of Visual Paradigm. Plugin development could be time consuming especially during debug phrase since you constantly need to deploy your plugin to Visual Paradigm, even just with slightly changes. Instead of deploy the plugin to VP every time after you made changes, you can directly launch VP with your plugin from Eclipse to perform debugging. This article teaches how to configure Eclipse to perform debugging on your plugins. Read more
Create Component Diagram using Open API
Component Diagram in Unified Modeling Language is helps to model the relationships between various components in a system. It helps to illustrate the structure of arbitrarily complex system. Instead of creating component diagram manually, you can also create it programmatically using Open API. In this article we will show you how to create the component diagram with Visual Paradigm’s Open API. Read more
Access Denied Error when download JDBC Driver
You may receive error complain fail to download JDBC driver when configuring database connection for your Visual Paradigm project.
Showing newly added class members/entity columns to other views
Visual Paradigm project is running in model repository basis, where a model element in the project can presented in different diagrams, we call each of its presentation as a view. Making changes on one of the view will automatically reflect to other views in your project.
How to unify the look of your diagrams across OS
Visual Paradigm is a cross platform modeling tool which can work on Microsoft Windows, Mac OS X as well as Linux. User’s project can be opened between different OS without loss of data, and teams with multiple OS can also work together. But in some situation your diagram may look slightly difference when opened with different OS. Most of the case this problem is caused by the variation on font rendering in different OS. We can overcome this problem by picking a font for the diagrams which work on most of the OS.
How to use Java Development Kit (JDK) classes in your class diagrams
Java Development Kit (JDK) is a platform for developing Java applications. It provides the runtime for running Java applications, as well as the tools that needed for develop, compile as well as debug Java programs. JDK provides a large library that ease the development of the software. During design time you may want to present the JDK classes which used in your model. You probably need to re-create them manually before using it. In this article we will show you how you can reverse engineer JDK’s library into class model using Visual Paradigm, and use them in your class diagrams. Read more
How to Downgrade Visual Paradigm Project File to Older Version
Once you saved your old version project in new version software, you can no longer open it in the old version software. Similarly, the project you created by new version software will not be able to open by older version software. However, in case you want to open new version project in older version software, we will provide two possible ways to downgrade your project file to older version in the following paragraphs.
Changing the IDE for your VP IDE Integration
Visual Paradigm not just can run as a standalone modeling software, but also can embedded into your favorite IDE via Visual Paradigm IDE Integration, including Eclipse, NetBeans, IntelliJ IDEA, Android Studio as well as Microsoft Visual Studio. You may need to upgrade your IDE from time to time when it got new release, but sometimes you might not want to directly upgrade your IDE software but prefer to have a clean start with the new version by reinstall it. In this article you will learn how to change your existing VP IDE Integration to your new IDE. Read more
How to run VP Server with SSL certificate
VP Server is a critical component for a team since it serve as both Teamwork Server (on-premises setup of VPository) for team collaboration development, as well as the License Server for floating license environment. Thanks for that VP Server was using a standard Apache Tomcat webserver as its base, you can easily protect the communications with VP Server by configure it to run with your own SSL certificate.
Selecting Wireframe Widgets without Moving the Parent
The wireframe feature enables development teams to create initial screen mock ups without having to develop any semi-completed applications nor even any prototypes. Many development teams find wireframe an inexpensive and useful tool because wireframes are simple enough to be created in quick and be understood by anyone. Its simple layout also leaves room for discussions.
Visual Paradigm’s wireframe tool has incorporated many editing functions that make editing much easier. One of the editing functions is InstantFreeze. In this article, we will show you how to select wireframe widgets effectively with InstantFreeze.