How to integrate JasperReports Server and Cassandra - jasper-reports

Is there any way to do the subject?
I mean is it possible in theory? Any pluging for the JasperReports Server available?
Or maybe there are some other reporting tools that could make something similar job like JasperReports Server?
Can not find any info on google.

Yes, there's a plugin for Cassandra, see: http://jasperforge.org/projects/bigdatareportingfornosqlandhadoop

Related

Apache kylin and PostgreSQL

I’m a student and i’m working on my last year project, the project is about Data warhousing, BI, etc...
So Im asked to work with Apache Kylin
I did some researchs about it, learned some
And I looked for if it is possible to use a PostgreSQL as Data warehouse and make it communicate with Apache Kylin to build cubes
But found nothing...
So would you please answer to my following question:
Is it possible to make the apache kylin communicate with a postgreSQL DWH?
And if there is some hidden documentations about it would you please share it?
Time is running guys and i really appreciate your answers and guides
Thanks in advance.
Khalil
It's doable. Kylin provides data source adapter for JDBC data sources. PostgreSQL could be one of the data source adapters. MySQL is supported by default. You could check this link to learn more: http://kylin.apache.org/development/datasource_sdk.html

Is it possible to deploy oracle forms application(.fmb and .fmx) into jBoss AS?

I am looking for a solution to migrate oracle forms applications from weblogic AS to jBoss AS. Is it possible? I googled it and went through a number of articles, but did not find a solution.
Any help would be appreciated.
Finally i reached at a conclusion!
The simple answer is NO.
Oracle forms apps are running using native compiler in fusion middleware AS. So if we want
to deploy the oracle forms into jBoss, we need to write compiler for each oracle forms depending on the app and its complexity.

Connecting Jconsole to eclipse based aplication

I am having the desktop application based on the eclipse framework. Just wanted to know the way to configure it with jmx so that I can monitor it using the jconsole. Unable to find any documentation for that. Could someone provide the required steps and configuration I am supposed to do to achieve that?
Thanks in advance
Take a read through Monitoring and Management Using JMX Technology. There is even a section titled Using JConsole.

Is there a spring-data module for EMC Documentum?

I'm using EMC Documentum content server 7.1 as my backend.
I have a lot of java boilerplate code which interract with the backend using DFC.
I'm wandering if a spring-data module exists for my use case.
There is a project at github:
https://github.com/Enterprise-Content-Management/spring-data-dctm
and body has to be at least 30 characters so this should be more than enough. thank you SO! :-)

YouTrack Connector for different clients

Is it possible to query YouTrack issues from a different client other than the web client? For example, is there any connector available for listing YouTrack issues from a different IDE other than Idea (Netbeans or anything else etc)?
Here you can find a ReSharper plugin for YouTrack: https://github.com/JetBrains/YouTrackForReSharper. Furthermore, here's a description of YouTrack REST API: http://confluence.jetbrains.com/display/YTD3/YouTrack+REST+API+Reference which you can use if you want to integrate YouTrack with almost any kind of tool.
Alexander