Page 1 of 1

Add new connection type

Posted: Tue Jun 10, 2014 6:33 am
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

Re: Add new connection type

Posted: Tue Jun 10, 2014 1:37 pm
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.

Re: Add new connection type

Posted: Wed Jun 11, 2014 12:29 pm
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

Re: Add new connection type

Posted: Thu Jun 12, 2014 6:48 am
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.

Re: Add new connection type

Posted: Thu Jun 12, 2014 12:27 pm
by scesari
Hello Aleksey,

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

Sylvain

Re: Add new connection type

Posted: Fri Jun 13, 2014 7:14 am
by HighAley
Hello.

We will get in touch with any news.

Thank you.

Re: Add new connection type

Posted: Thu Jun 26, 2014 7:34 am
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