[
https://issues.apache.org/jira/browse/IGNITE-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647655#comment-14647655
]
Sergey Evdokimov commented on IGNITE-1155:
------------------------------------------
AgentConfiguration - is Agent configuration bean like IgniteConfiguration,
AgentCommandLine - is a bean to parse command line, there is fields those do
not present in AgentConfiguration, for example "cfgPath".
AgentConfiguration contains final configuration that come from command line,
user configuration file and default configuration file. AgentCommandLine
represent parsed command line only.
Javadoc in RestExecutor - fixed.
RestResult does not need javadoc because it's a inner class.
> Implement in web-agent feature to extract metadata from RDBMs and send it to
> web-server.
> ----------------------------------------------------------------------------------------
>
> Key: IGNITE-1155
> URL: https://issues.apache.org/jira/browse/IGNITE-1155
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Sergey Evdokimov
> Assignee: Alexey Kuznetsov
> Attachments: IGNITE-1155.patch
>
>
> We need to implement in web-agent feature to extract metadata from RDBMS and
> send it to web-server.
> Web agent should:
> 1) Receive a connection parameters to RDBMS (jdbc url, user, password....)
> from web-server.
> 2) Connect to database, extract metadata.
> 3) Send metadata back to web-server.
> Actually Ignite already has some code to work with database metadata in
> 'ignite-schema-import' module.
> But 'ignite-schema-import' module contains UI on javaFX , web-agent must not
> depend on javaFX, so UI should be extracted to separated module
> 'ignite-schema-import-ui'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)