Jump to content
Changes to the Jaspersoft community edition download ×

Clear differences between normal http way of embedding vs visualize.js way of embedding?


Go to solution Solved by kkumlien,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

What do you mean by "HTTP based way"? Visualize.js is just a Javascript library using ajax calls to JasperReports Server.

If you mean difference between using "iframe" and Visualize.js, the main difference is Visualize.js uses <div> tags instead of <iframe>. As such, it's possible to add effects like in the following page (in Japanese). Try dragging reports from the top to one of the three boxes at the bottom. Drag the report around. Try stretching the report by dragging the triangle at the bottom right hand side of the boxes.

http://bi.lakeel.com/usersupport/demo/

VisualizeJS.thumb.png.5ac3f646f6d47b8800d51b0ed9b664b4.png

Another difference may be that Visualize.js may be using async processing while the regular JasperReports Server uses sync processing. Sync processing slows down the server very much when under heavy load (i.e. large report generation, many users).

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...