Background
Card type web report is usually used in practical web reporting applications, such as employee information card, ID card, business card, etc. Card type report’s characteristic is that the area of each card is small, and many cards need to be arranged on a piece of paper. Moreover, there is a gap between two pages [...]
Deploy Web Report
Entire Article
When developing web report, many developers use VMware to simulate different operating systems on the same server. Then, they can realize cross-platform deployment and debug of web report. Based on a real application of web report, three network configuration methods of VMware will be discussed here.
Bridge way
This is the simplest way as it bridges the [...]
Deploy Web Report
Entire Article
Problem
For the users of web report tool, when developing web report, they need to configure dataset at first. When data source is complicated, they often want do some special handling to dataset. With the dataset factory listener class of RAQ Report, they can realize this idea.
However, users may meet a few problems in the use [...]
Deploy Web Report
Entire Article
Background
When users are making web report, they always have to connect to data source. As users’ data requirements are differ in thousand ways, so users often need to define data source by themselves. Sometimes, this may be very complex.
Solution
As a professional Java web-based reporting tool, RAQ Report givesout two methods to solve this problem.
1. Connect [...]
Deploy Web Report
Entire Article
Background
Sometimes, in real business of web report, the volume of data may be very huge. Then, when reading, displaying and exporting the report, problems like low speed, memory overflow, and system crash may appear.
How to solve the problem?
As a professional Java Web reporting tool, RAQ Report always tries best to make users convenient. RAQ Report [...]
Deploy Web Report
Entire Article
Background
Report development is only a part of application program, therefore, the integration of Web reporting tool is of great importance.
All the traditional Web reporting tools provide an independent report server without exception. With an independent report server, the application architecture is shown below:
The application architecture of traditional reporting tool
The disadvantages of an independent report server: [...]
Deploy Web Report
Entire Article