Uze, George has already mentioned our Generic Java Wiki page and the two Jenkins builds that are done. We would like to make them voting builds and what we need to do to make it happen?
Yes - there was a jira and I have added it the 1.3 release plan wiki page as requested. This is what I put on the 1.3_release_plan<https://wiki.iotivity.org/1.3_release_plan> wiki page a while ago.. ? Generic Java Binding<https://wiki.iotivity.org/generic_java_binding>: (https://jira.iotivity.org/browse/IOT-1089) o Generalize Java API from Android specific to general Java Platforms including J2SE. o Allows Java development on any OS (i.e. Linux, Windows, Android, IOS, and etc.) not limited to Android Thanks, -Rick From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of Nash, George Sent: Thursday, March 16, 2017 9:25 AM To: uzchoi at samsung.com; 'Ondrej Tomcik' <Ondrej.Tomcik at kistler.com>; iotivity-dev at lists.iotivity.org Subject: Re: [dev] java and cloud The generic java was merged with master early January. Here is the wiki page: https://wiki.iotivity.org/generic_java_binding The Java Binding has also been part of the Jenkins build for a while. Unfortunately they are non-voting builds. Meaning if they fail the build can still pass https://build.iotivity.org/ci/job/iotivity-verify-linux_secured_with_java https://build.iotivity.org/ci/job/iotivity-verify-linux_unsecured_with_java We currently do not have any unit tests that run with the build. So if it passes it only means there were no compilation failures. George From: Nash, George Sent: Thursday, March 16, 2017 9:31 AM To: uzchoi at samsung.com; Bell, Richard S <richard.s.bell at intel.com> Cc: iotivity-dev at lists.iotivity.org Subject: RE: [dev] java and cloud Very few of Java API Methods had Android specific code. There are a small collection of files that did have android specific code. That split into a different directory structure based. Depending on what the TARGET_OS is specified the correct code is chosen. For testing we are relying a lot on the Android smoketests and the sample programs. George Nash From: iotivity-dev-bounces at lists.iotivity.org<mailto:iotivity-dev-bounces at lists.iotivity.org> [mailto:[email protected]] On Behalf Of ??? (Uze Choi) Sent: Wednesday, March 15, 2017 11:44 PM To: Bell, Richard S <richard.s.bell at intel.com<mailto:richard.s.bell at intel.com>> Cc: iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at lists.iotivity.org> Subject: Re: [dev] java and cloud Hi Rick, Could you elaborate detail for this task from deliverable asset perspective? : Will you make the Java API base on J2SE platform with continuing to support Android Java API also. Or merging them into one removing Android. : API list can you provide for test preparation? (Testing may be executed by your company I think.) Do you have a Jira ticket for this? If not please make it. BR, Uze Choi From: iotivity-dev-bounces at lists.iotivity.org<mailto:iotivity-dev-bounces at lists.iotivity.org> [mailto:[email protected]] On Behalf Of ??? (Uze Choi) Sent: Thursday, March 16, 2017 10:02 AM To: 'Ondrej Tomcik'; iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at lists.iotivity.org> Subject: Re: [dev] java and cloud Hi Ondjej, Generic Java is the scope of the 1.3 release. We can expect code to be merged into master by this month. Generic Java Binding * I am working on the Wiki page for the Java Binding and will release it when it is available. * We will be enabling the Java Binding as part build and Jenkins Testing in the near future. Rick do you have any update for this plan? BR, Uze Choi From: iotivity-dev-bounces at lists.iotivity.org<mailto:iotivity-dev-bounces at lists.iotivity.org> [mailto:[email protected]] On Behalf Of Ondrej Tomcik Sent: Thursday, March 16, 2017 12:11 AM To: iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at lists.iotivity.org> Subject: [dev] java and cloud Hello. Please, is it possible to create IoTivity client in Java or something different than c++ which is able to connect to cloud? Java SDK is only for android, i need console application. Thanks. OT -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170316/737bb783/attachment.html>
