You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by xingjl6280 <xi...@163.com> on 2020/11/10 03:45:51 UTC

Is there any change to integrate ignite into Android environment?

Hi team,

Is it possible to integrate ignite into Android?
My Android device will only work in LAN environment, I hope it could be
facilitated with the memory sharing and service call function of ignite.

thank you



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is there any change to integrate ignite into Android environment?

Posted by Denis Magda <dm...@apache.org>.
We are not running Ignite test suites on Android, thus, don't have a full
picture of what works or fails. Please file a ticket with the stack trace
and details about your Android environment.

But, you have the REST protocol at your service that will work on any edge
device. Use Android networking APIs to make calls to your Ignite cluster
via REST: https://ignite.apache.org/docs/latest/restapi


-
Denis


On Wed, Nov 11, 2020 at 6:58 PM xingjl6280 <xi...@163.com> wrote:

> Hi IIya,
>
> yes, I tried, with the java thin client.
>
> There's no issue with build, but get fatal error during client initiation.
> Ignite try to call some virtual method of Object by reflection, but the
> method doesn't exist.
> I guess it's due to the difference of Android SDK and JDK.
>
> Actually, in many manufacturing scenarios, Apps are installed on Pad with
> good performance and LAN network,
> Ignite will provide those Apps with more convenient communication with
> backend, or even IOT device.
>
> So the initial design of Ignite didn't take Android into consideration,
> right? And there's no another version for Android?
> I may give up this idea.
>
> Thank you
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: Is there any change to integrate ignite into Android environment?

Posted by xingjl6280 <xi...@163.com>.
Hi IIya,

yes, I tried, with the java thin client.

There's no issue with build, but get fatal error during client initiation.
Ignite try to call some virtual method of Object by reflection, but the
method doesn't exist. 
I guess it's due to the difference of Android SDK and JDK. 

Actually, in many manufacturing scenarios, Apps are installed on Pad with
good performance and LAN network, 
Ignite will provide those Apps with more convenient communication with
backend, or even IOT device.
 
So the initial design of Ignite didn't take Android into consideration,
right? And there's no another version for Android?
I may give up this idea.

Thank you



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is there any change to integrate ignite into Android environment?

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

Did you actually try to do that? I recommend starting with some flavor of
thin client since it is much simpler.

Regards,
-- 
Ilya Kasnacheev


вт, 10 нояб. 2020 г. в 10:37, xingjl6280 <xi...@163.com>:

> Hi Denis,
>
> It's a Android Pad, with 8 cores CPU and 6GB RAM.
>
> We use the Pad to connect servers and some devices with Ubuntu running.
> It's
> only working in a stable LAN environgment.
>
> Is it possible?
>
> thank you
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: Is there any change to integrate ignite into Android environment?

Posted by xingjl6280 <xi...@163.com>.
Hi Denis,

It's a Android Pad, with 8 cores CPU and 6GB RAM.

We use the Pad to connect servers and some devices with Ubuntu running. It's
only working in a stable LAN environgment.

Is it possible?

thank you



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is there any change to integrate ignite into Android environment?

Posted by Denis Magda <dm...@apache.org>.
Hi,

What's the device? Are you planning to start a cluster on those devices? Or
connect from those devices to a cluster deployed on server machines?

-
Denis


On Mon, Nov 9, 2020 at 7:46 PM xingjl6280 <xi...@163.com> wrote:

> Hi team,
>
> Is it possible to integrate ignite into Android?
> My Android device will only work in LAN environment, I hope it could be
> facilitated with the memory sharing and service call function of ignite.
>
> thank you
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>