Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

STM32F4DISCOVERY BOARD

1058383Dec 4 2013 — edited May 6 2014


how can i get ARM Cortex-M4/RTX OS support early access binary for STM32F4DISCOVERY BOARD. I have to use java me embedded 8 early access for developing my embedded applications.

Comments

r035198x
Your getStuff version that takes a class object won't work because 1.) It can't be automatically converted to JSON and 2.) The method itself has not been marked as resource method with an appropriate Consumes content type. You don't really need to try to write custom marshallers for class type to use because you don't need to pass in class types when using rest. It defeats the whole purpose of having completely decoupled client and server. Remember your clients don't have to be Java at all with rest.
The common standard here is to expose /{entityName} as the path that gets all entities of type entity name.
1002901
Thanks for the information!

Anyway, you can be more specific with your explanation... I'm still lost on this.

Thanks,
Robert
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 3 2014
Added on Dec 4 2013
21 comments
9,667 views