Jump to content
We've recently updated our Privacy Statement, available here ×

sswidere

Members
  • Posts

    13
  • Joined

  • Last visited

sswidere's Achievements

  1. Embedding reports & visualizations into apps Software builders are increasingly embedding reports and data visualizations directly into applications to drive better user experiences. There are many methods to embedding and not all are created equal. To enable embedding that gives developers both power and control, JasperReports IO ships with technology from Jaspersoft's award-winning JavaScript API, Visualize.js. This technology makes it possible to natively integrate reports and visualizations into applications using only a few lines of JavaScript. Follow these 4 steps to get started with JasperReports IO: Get Started installation, documentation & samples Develop reports & visualization Generate the content you develop Embed beautiful reports & visualizations into apps Getting started tutorials: Embed How to achieve seamless integration of reports & visualizations in your apps This tutorial examines embedding with JasperReports IO from several angles, starting with an overview and definition of embedded data visualizations, how embedding with JasperReports IO compares to alternative approaches, how to use JasperReports IO APIs to embed visualizations seamlessly into your application, and methods for controlling access to JasperReports IO in your app. Integrating embedded data with your security infrastructure When embedding reports and data visualizations into applications, security is almost always a critical consideration. As a specialized service, JasperReports IO does not handle security. This tutorial provides a helpful overview of how to manage security with JasperReports IO and demonstrates this through an actual demo application.
  2. Generate the content you develop If you are reading this, hopefully you have successfully developed a report and/or visualization in Jaspersoft Studio and are ready to bring it to life. This tutorial provides a full walkthrough of the components inside the JasperReports IO Professional distribution. It also covers the most common configurations that you are likely to use, demonstrates how to interface with the REST API to generate reports and visualizations, and also shows you how to tailor the service to your needs. Follow these 4 steps to get started with JasperReports IO: Get Started installation, documentation & samples Develop reports & visualization Generate the content you develop Embed beautiful reports & visualizations into apps Getting started tutorials: Generate JasperReports IO 101: Using and configuring your service This tutorial provides a full walkthrough of the components inside the JasperReports IO Professional distribution. It also covers the most common configurations that you are likely to use, demonstrates how to interface with the REST API to generate reports and visualizations, and also shows you how to tailor the service to your needs. Creating and managing a version control system for your content Reports and data visualizations tend to change over time. Using a version control system to manage your content as it evolves has significant benefits. This tutorial will show you how to use a version control system such as Git to create and manage reports and visualizations in your JasperReports IO repository. Ready for Step 4? Click here to learn how to embed reports and visualizations into your applications.
  3. Develop reports & visualizations Before using JasperReports IO, you need to develop a report or visualization to generate. Jaspersoft Studio is a desktop designer that gives you complete control over the look, feel, and behavior of your report or visualization. Jaspersoft 7.2 is equipped with features specifically designed for JasperReports IO. In Step 2, we will show you how to get started using Jaspersoft Studio, and introduce you to the JasperReports IO features inside of it, and how to use them. Follow these 4 steps to get started with JasperReports IO: Get Started installation, documentation & samples Develop reports & visualization Generate the content you develop Embed beautiful reports & visualizations into apps Getting started tutorials: Develop Develop your first report in Jaspersoft Studio Already familiar with Jaspersoft Studio? Skip to the next section This tutorial provides a tour of Jaspersoft Studio – a powerful desktop designer used to develop reports and data visualizations – and demonstrates the process of creating your first report using the tool. ...Or create an interactive data visualization in Jaspersoft Studio Learn more Jaspersoft Studio fundamentals in the following videos: Jaspersoft Studio Overview [Data sheet] How to create and use expressions in Jaspersoft Studio Using report templates in Jaspersoft Studio How to create and use styles in Jaspersoft Studio Learn the basics of how JasperReports IO and Jaspersoft Studio work together This video introduces the fundamental concepts of setting up a Jaspersoft Studio project to leverage the JasperReports IO service. Get step-by-step instructions on how to set up your first JasperReports IO project in JSS This tutorial takes concepts from the video above and demonstrates how to actually implement them in Jaspersoft Studio, including creating and configuring a JasperReports project in Jaspersoft Studio. Creating and organizing a repository in Jaspersoft Studio This tutorial demonstrates how to create and organize a repository in Jaspersoft Studio for a JasperReports IO project. Repositories in Jaspersoft Studio are used to store all the files and assets used in your reports and visualizations. Examples of repository assets include fonts, images, style templates, resource bundles, and more. Creating connections to data with data adapters in Jaspersoft Studio This tutorial demonstrates how to create and configure data adapters in Jaspersoft Studio for a JasperReports IO project. Data adapters are links that connect your report or visualization to your data source(s). When a report or visualization is run, data adapters fetch data from your data source(s) to fill it. Ready for Step 3? Click here to learn how to generate the reports and visualizations you've developed.
  4. Check out the JasperReports IO Quick Start Guide: https://community.jaspersoft.com/wiki/jasperreports-io-getting-started
  5. The lightweight and RESTful architecture of JasperReports IO makes it a natural fit for container-based deployments. It ships with a Dockerfile making it easy to build a Docker Image and deploy it as part of your container-based environments.
  6. Not at this time. All support-related questions for JasperReports IO are fielded through forums on the Jaspersoft Community website.
  7. Yes, JasperReports IO uses technology from Visualize.js—our award-winning JavaScript API—which allows developers to embed reports and visualizations into their web applications with as few as two lines of JavaScript
  8. Yes. Reports and visualizations for JasperReports IO are developed in Jaspersoft Studio, a powerful desktop designer. Only the Professional Edition of Jaspersoft Studio includes features specifically designed for JasperReports IO. You can download Jaspersoft Studio Professional here: www.jaspersoft.com/download
  9. JasperReports IO exposes its functionality through a REST API allowing developers to access the service to generate content using simple API calls. To learn more, visit the JasperReports IO Quick Start: https://community.jaspersoft.com/wiki/jasperreports-io-getting-started
  10. JasperReports IO Professional is free to try until Dec 31, 2018. You can download the free trial here: www.Jaspersoft.com/download. Beginning Jan 1st, 2019 it will be available at the low cost of $299/year through TIBCO. JasperReports IO Professional is also available starting at 19 cents/hour through AWS marketplace.
  11. JasperReports IO in Action Visit the JasperReports IO documentation and live demonstration web site. It has the same samples and documentation that are included in the JasperReports IO distribution. Implementing JasperReports IO: 4 steps Get Started installation, documentation & samples Develop reports & visualization Generate the content you develop Embed beautiful reports & visualizations into apps Required stuff (you will need this) 1. Download JasperReports IO free trial or launch JasperReports IO for AWS Download JasperReports IO free trial Launch JasperReports IO for AWS 2. Download Jaspersoft Studio (desktop design tool) Download Jaspersoft Studio (to use with JasperReports IO free trial) Download Jaspersoft Studio (to use with JasperReports IO for AWS) Check out the goods 1. Watch the video below to get an overview of JasperReports IO. 2. Start the JasperReports IO service. Locate the README.txt file in the root folder of the JasperReports IO archive. Follow the installation instructions to launch using one of the start scripts. (Your root folder should look something similar to the image below.) 3. Launch the JasperReports IO Demo App. Once you've successfully started the JasperReports IO service, open your browser and go to the following URL: http://localhost:8080 This should open a very helpful documentation site that includes live samples, API reference guides, and more to familiarize you with the service and how to use it. This is perhaps the most valuable resource in getting you started successfully. 4. Explore the Report Gallery. Browse through a series of sample reports and data visualizations that are available through the REST API exposed by JasperReports IO. Note that all of the reports and data visualizations were created using Jaspersoft Studio, which is an advanced visual designer. Report gallery in JasperReports IO Demo App Sample report exported to PDF 5. Stop the JasperReports IO service. Once you have finished exploring the JasperReports IO demo app, revisit the README.txt file in your JasperReports IO root folder to learn how to stop the JasperReports IO. (See bottom section of Installation Notes.) Ready for Step 2? Click here to start developing reports and visualizations.
  12. What is JasperReports IO? JasperReports IO is a lightweight HTTP-based service used to generate reports and data visualizations. It exposes its functionality through a REST API allowing it to be accessed using simple API calls. Reports and visualizations generated by JasperReports IO range from static, document-type output to highly interactive HTML5 charts – both of which can be seamlessly embedded into web applications using a Client API based on Jaspersoft’s JavaScript framework called Visualize.js. JasperReports IO includes a Dockerfile configuration making it easy to deploy in a container and run in modern cloud and microservices-based architectures. Quick Start Follow these 4 steps to get started with JasperReports IO: Get Started Installation, documentation & samples Develop Reports & visualization Generate The content you develop Embed Beautiful reports & visualizations into apps
  13. [toc on_off::hide=1] TIBCO NOW is packed with strategic sessions on how to learn and master Jaspersoft. Whether you are evaluating Jaspersoft for the first time or are a long-time customer interested in getting hands-on consulting to solve specific business problems, TIBCO NOW is your best opportunity to understand what Jaspersoft is capable of and to maximize your Jaspersoft investment. If that's not enough, with the purchase of a pass, you'll have full access to ALL TIBCO sessions at the event. See details below: For Prospects and New CustomersNew to Jaspersoft? Get hands on training on the essentials, including: building a report in Jaspersoft Studio, adding parameters, deploying your report to JasperReports Server, and more.For Existing CustomersHow to Maximize Your Jaspersoft Investment with TIBCO Spend time with Brad Hopper, TIBCO's Chief Technology Officer, to understand how TIBCO's products are embedding visualizations and reports from Jaspersoft to provide data to more users.What is embedded BI and why is it quietly ruling the world of data? Learn how software companies and large enterprises are leveraging embedded BI to expand the data footprint within their organizations and on to the their customers.Get Data to 100% of Your Users with Spotfire + Jaspersoft Demands have changed and analysts agree that multiple tools are replacing the monolithic BI applications of the past. Learn how customers are using both platforms together to solve their data delivery problems. What's New and What's Next for Jaspersoft? Hear from Tom Tortolani—Head of Jaspersoft Product Management—to learn about new features and capabilities and get a sneak peak at what to expect for Jaspersoft 6.3 and beyond. For Existing CustomersJaspersoft Innovation Lab Get answers to your most important questions from the most knowledgeable Jaspersoft experts in the world. Our 1-day Innovation Lab will feature 9 sessions covering a combination of pre-selected and customer-generated topics including:Implementing JaspersoftPerformance optimizationApplication securityData securityVisualize.jsMulti-tenancy DomainsTheming and White LabelingIn the second half of the day, work directly with Jaspersoft founders, Teodor Danciu and Giulio Toffoli, and our most senior Jaspersoft engineers for one-on-one consulting and advice on your implementationWhat's more? The purchase of a pass grants you access to ALL TIBCO sessions. Subjects include application integration, business event processing, API management, data discovery & advanced analytics and more: over 100 breakout sessions and keynote speakers like Ray Kurzweil (described as the "ultimate thinking machine" by Forbes Inc) and Adam Steltzner (a top NASA scientist who led the team that landed the Curiosity rover on Mars). REGISTER HERE *Jaspersoft subscription customers can contact their sales rep for discounted pricing
×
×
  • Create New...