Add new connection type

Stimulsoft Reports.JAVA discussion
Post Reply
scesari
Posts: 7
Joined: Mon Mar 24, 2014 1:21 pm

Add new connection type

Post by scesari »

Hi stimulsoft team,

I want to know if there is any way to add a new connection type to the flex designer or html 5 designer for JAVA ?
I want to add a new connection type like in the documentation : http://www.stimulsoft.com/en/documentat ... ection.htm

Thanks,

Sylvain
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Add new connection type

Post by HighAley »

Hello.

It's possible to add the connection in the Flex Designer.
We are working on adding this feature to the HTML5 Designer.

Thank you.
aescot
Posts: 16
Joined: Fri May 23, 2014 3:25 pm

Re: Add new connection type

Post by aescot »

Hello,

Yes, it could very interesting to add this feature to the HTML5 designer. Moreover, do you know, if it will be possible in the future toi create dictionnary and datasource directly on the HTML5 designer like on the flex designer ?

Concerning the way to add a new connection type, please, do you know how I could do that into the flex designer ?
I am using the flex designer embedded into a jsp page, and i want to create my own connection type (classes that inherit StiDatabase and StiAdapter).

Thanks for your helps.

Alex
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Add new connection type

Post by HighAley »

Hello.

Sorry, I wrongly understand your first question.
We have one universal manual for all products. Our main product is written for .Net Framework.
Some features described in the manual don't work in other products.
It's impossible to add custom connection type in Reports.Fx for Java now. We need some time for analyzing if it's possible to make something for you.

Thank you.
scesari
Posts: 7
Joined: Mon Mar 24, 2014 1:21 pm

Re: Add new connection type

Post by scesari »

Hello Aleksey,

Thank's for your answer. I expect the new feature forward :).

Sylvain
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Add new connection type

Post by HighAley »

Hello.

We will get in touch with any news.

Thank you.
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: Add new connection type

Post by Vadim »

Hello.
As workaround you can use next way(in flex designer):
Create new JDBC connection and set connection string to value: OverrideConnectionString
In own loadDataAction implement your own connection as shown in example: \Samples\webfx\src\my\actions\MyLoadDataAction.java > public Connection getConnection()

scesari wrote:Hi stimulsoft team,

I want to know if there is any way to add a new connection type to the flex designer or html 5 designer for JAVA ?
I want to add a new connection type like in the documentation : http://www.stimulsoft.com/en/documentat ... ection.htm

Thanks,

Sylvain
Post Reply