Jump to content
Changes to the Jaspersoft community edition download ×

boyarski

Members
  • Posts

    11
  • Joined

  • Last visited

boyarski's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Introduction to Visualize.js This video provides an overview and demonstration of Visualize.js Embedding Basics Embedding simple reports and visualizations Embedding with Parameters Drive input controls through the API Embedding Repository Embedding a visualization and report repository Authentication Dashboards now support image and text dashlets and streamlined parameter handling. Responsive text and image elements allow sizing text regardless of dashlet size. To enable Dashboard export, configure phantomjs.
  2. What is Visualize.js? Visualize.js is a JavaScript API framework used to embed JasperReport Server reports & visualizations inside web applications. It comes bundled with the commercial editions of JasperReports® Server, specifically Jaspersoft AWS, Enterprise or Professional. Visualize.js currently does not support JasperReports Server Community Edition or the JasperReports® Library. With Visualize.js, developers can embed interactive HTML5 visualizations, dashboards or multi-element reports using standard JavaScript. Developers can quickly and easily call backend JasperReports Server services using REST calls for common functions such as user authentication, data connectivity, repository services and more. Quick Start Download the commercial edition of JasperReports Server Use the installation and configuration instructions Watch the tutorials for step-by-step instruction Once you have JasperReports Server installed, view and interact with samples using jsfiddles View the JasperReports Server Visualize.js Guide in the documentation Introduction to Visualize.js This video provides an overview and demonstration of Visualize.js Embedding Basics Embedding simple reports and visualizations Embedding with Parameters Drive input controls through the API Embedding Repository Embedding a visualization and report repository Authentication Dashboards now support image and text dashlets and streamlined parameter handling. Responsive text and image elements allow sizing text regardless of dashlet size. To enable Dashboard export, configure phantomjs.
  3. [toc on_off::hide=1] IntroductionGetting StartedeBook: The 5 Levels of Embedded BILearn the different levels of capability you can integrate inside your application with this quick reference guide. DownloadsDownload JasperReports Server, Jaspersoft iReport, and Jaspersoft Studio. White Paper: Embedded BI In ActionDetermine the best embedded BI approach for your application, techniques and best practices for Embedding BI.DocumentationFull library of product documentation to install, configure and use Jaspersoft. eWorkbook: The Embedded BI Planning GuideThis step-by-step guide helps you plan your Embedded BI project with helpful worksheets, tips, and definitions. Getting Started with Visualize.jsWith Visualize.js, developers can embed interactive HTML5 visualizations, dashboards or multi-element reports using standard JavaScript. The Jaspersoft Embedding GuideThis guide explains how to enable the Five Levels of Embedded BI using Jaspersoft. Visuaize.js TutorialsView these short videos for help on getting started with visualize.js REST API ResourcesSecurity / SSO IntegrationREST Getting Started GuideQuickly learn the features and capabilities of the Jaspersoft REST based API SSO IntegrationIntegrate your existing identity management system such as LDAP, CAS, and more with Jaspersoft PHP Getting Started GuideLearn how to access your PHP application to Jaspersoft through the JasperReports PHP Client wrapper Spring Security Resource GuideJasperReports Server leverages Spring Security. This page provides useful information about the security framework. SSO Integration with LDAPOverview of integrating LDAP with JasperReports Server to enable SSO for your application HTTP/iFrame ResourcesTutorials & VideosTip: Hide Toolbar TutorialQuickly hide the JasperReports Server toolbar with this easy tip Integrating Jaspersoft with PortalsIntegrate Jaspersoft with Portals such as Liferay, iFrame, and JSR168 Tip: Adding Custom DecoratorsThis tutorial explains how to add custom decorators to your JasperReports Server implementation that depend on URL parameters JasperReports Library Tips & TricksLearn from Teodor Danciu, the founder of JasperReports, on various topics such as advanced Excel export options, data snap shots, and more. Tip: Setting a UI Theme by URLThis tutorial explains how to set a JasperReports Server UI theme using a URL Jaspersoft Themes Tutorial Learn how a few changes in CSS can change the look of the application completely HTTP API using iFrames TutorialThis video overview describes how to use the Jaspersoft HTTP API with iFrames for integrating JasperReports Server Ins and Outs of Jaspersoft's Metadata Layer (Domains)Learn about Domains, how to setup, tips and tricks and everything in between in this 60 min tutorial
  4. boyarski

    Jaspersoft Themes

    This article is obsolete and is no longer useful.Please check the link here (link to the server Admin guide) for managing themes on version 7.0+. Overview[toc on_off::hide=0] Jaspersoft Themes are a collection of fonts styles, colors, and layout to drive the JasperReports Server user interface. DocumentationTo get started read: JaspersoftThemes.pdf and Set the Theme by Role or User UtilitiesThe FTP Theme Utility simplifies uploading markup changes to your JasperReports Server environment. Download Utility Theme samplesSuccessMarketing Sample ThemeSuccessMarketingTheme.zip Changes default colors and fonts to gray, green, and blue. Tested for Repository and Ad Hoc Query and Editing screens. Needs tweaking for other screens, so be warned that certain pages are known to have problems at the moment. Hopefully these will be fixed easily and soon. Please share any fixes that you make! Thin Sample ThemeThin_theme_overrides.zip Removes application margins creating a more streamlined look and feel. Tested on Firefox, should work on any browser. Share your ThemeIs there a theme that you have put together that you think would benefit other Jaspersoft users? Share your theme as an extension in our Exchange. See More SamplesJasperReports Library SamplesJasperReports Server SamplesSearch: Keywords: Themes
  5. The tool isn't designed to run or work with JasperServer, its a JasperReports tool. To get it to work with JS it requires customizations that are not readily available. We may be posting more documentation about JS compatibility at some point in the future, but this is not currently planned. If we do so, we'll contact you. Until then you might post to the JS forums to see if others have modified the tool or if they have implemented similar functionality. - Mike
  6. You can get 15% off your order if you use this link. http://www.jaspersoft.com/node/1790 More BI Ultimate Guide discounts can be found on this page here: BI Ultimate Guides - Mike
  7. Daniel, Jasper just recently posted new Tutorials on their website at http://www.jaspersoft.com/jaspersoft-tutorials. They are free and very well written. - Mike
  8. Another quick and nice to have resource is the "whats coming" roadmap published by Talend here: http://www.talendforge.org/bugs/roadmap_page.php Again, look for Talend Open Studio project.
  9. A list of closed bugs and enhancements of each JasperETL release is posted by Talend on their Change Log page here: http://talendforge.org/bugs/changelog_page.php Scroll down to the Talend Open Studio (which is the same as JasperETL) and you'll see the list. Hope this helps. - Mike
  10. JasperETL documentation can be found here: http://jasperforge.org/espdocs/espbrowse.php?id=14&type=folder&group_id=99&parent=14 Scheduling can be done via cron. I suggest searching in the Talend forum under "Scheduler" as there are several threads about this topic. http://www.talendforge.org/forum/viewforum.php?id=2 JasperETL is not able to schedule itself. You can use the commercial version of Talend Integration Suite which does or export your job and use another schedule program (cron on UNIX for example).
×
×
  • Create New...