How to Modify Default Port Used by VP Server
/46 Comments/in Server Configuration, Technical Support /by Visual Paradigm TeamVP Server is a web application including Teamwork Server, Floating License Server, Update Server also the ElaborView Server. You can enable different services by setting up one single server. The VP Server can be setup in two ways, either with our standard package which comes with a well configured Apache Tomcat, or with the Web Application package by deploy it to your own servlet container.
By default VP Server run on port 1999. But in some situation you may want to change it to other port, i.e. conflict with some of your existing services. This article will teach you how to modify the default port for VP Server web application. Read more
How to Use Customized Type in Object Relational Mapping
/1 Comment/in Database Design, Hibernate /by Visual Paradigm TeamWhen defining class model for your persistent layer, a class is defined as part of the static data model instead of controller or user interface items. And the class is directly mapped to table(s) in your database. As the class is mapped to tables, its attributes is also mapped to columns in table. In order to make the mapping work, you have to model attributes with primitive types like integer, boolean, String, etc. You cannot model the attribute as any other types which are not compatible with database.
To overcome this, you can make use of ORM User Type to define customized datatype for attributes, and persistent its value into database. This article will teach you how to use ORM User Type. Read more
What to do If You Cannot Resize Shapes in a Diagram
/1,626 Comments/in Diagramming /by Visual Paradigm TeamSometimes when you reopen your project and try to edit the diagram, you find that the shapes in your diagram are not resizable. This probably caused by you have turned on the auto-fit size option of your diagram. This could be caused by you accidentally turned on this option, or your other team member turned it on when they editing the same diagram in teamwork environment. By turn on this option, all the shapes in your diagram will be fitted its size automatically, thus, all the resize points around the shape will be disabled. Read more
How to Perform Refactoring
/48 Comments/in Business Process Modeling, Diagramming, UML /by Visual Paradigm TeamIn an ideal world of system design, we’d probably want to create a generic library to store common components for reuse. That way, we can avoid creating the same components over and over again. Also, any changes you need to make to a component will automatically be rippled down to all projects which point to the same generic library.
 Read more
How to Manage Nickname with API
/1,588 Comments/in Open API /by Visual Paradigm TeamMost of the case, your model just needs to be share by your team, and they are in single language. But in some organizations, especially those with branches in multiple countries, you may need to share your model with different teams, and probably they are using different language. It is painful that you need to maintain multiple sets of models, each on one language. Every time when you need to make modification, you need apply the same modification on all the models you have. This is time very annoying and consuming. Read more
How to Deploy VP Server to Apache Tomcat as WAR
/1,736 Comments/in Server Configuration, Technical Support /by Visual Paradigm TeamVP Server is a server package which combines Teamwork Server, Floating License Server, Update Server also ElaborView Server into a single server. The default installation package already bundled with Apache Tomcat. But if you want to deploy it your own Tomcat, you may take the following procedures: Read more
Group Generalizations with Generalization Set
/49 Comments/in Diagramming /by Visual Paradigm TeamWhen working on a use case diagram, you may have a superactor with a few subactors underneath from generalization. For formatting purpose, you may want to group the lines of generalization together for a more organized presentation. This can be done by creating a generalization set.
How to Show All Levels of Preview Shapes
/44 Comments/in Business Process Modeling, UML /by Visual Paradigm TeamWhen one shape is nested inside another, such as sub-process, its content (shapes) inside would show along with what’s outside in diagram at the same time. For example, if a sub-process is not composed of any other sub-processes, it will appear in business process diagram, with the shapes (e.g. tasks) that make it up inside itself. However, the viewing works up to one level of nesting only by default.
Setup VP Teamwork Server on Secure Connection with Self-Signed Certificate
/1,436 Comments/in Server Configuration /by Visual Paradigm TeamSSL, short for Secure Sockets Layer, is a protocol for enforcing secure communication via the network. For Visual Paradigm Teamwork Server users, it is possible to setup such a communication between the client and server to protect their works. In this article, we will go through the steps for preparing a certificate that is expected to be known by those users involved, configuration of VP Teamwork Server, and the setup of clients. Read more

