[Flex] LiveCycle Data Services ES Express - Hello World
Bonjour à tous,
J'essaie de créer mon premier projet Flex.
J'ai créer un projet dans Flex Builder via :
New > Flex Project
Specify how you want your application to access data.
How will your Flex application access data ?
Flex Data Services - Compile application locally in Flex builder
Specify the location of Flex Data Services.
Root folder : C:\lcds\jrun4\servers\default\flex
Root URL : http://localhost:8700/helloworld/
Context root : /helloworld
Dès la création de mon projet, j'ai l'erreur suivante :
Unexpected attribute 'url' found in 'endpoint' from file: services-config.xml.
Que dois-je faire ?
[Flex] LiveCycle Data Services ES Express - Hello World
Bonjour à tous,
J'essaie de créer mon premier projet Flex avec LiveCycle Data Services ES Express.
Je ne trouve pas de documentation à propos de cet outil. J'ai donc décidé de créer avec vous, un petit tutoriel pour créer une première application Flex avec LiveCycle Data Services ES Express et la technique Java RPC.
Class Java :
Code:
1 2 3 4 5
| class Test {
public String sayHello() {
return "Hello World";
}
} |
Installation de Data Services ES Express :
http://www.bss-it.be/flex/thumbs/01.png
http://www.bss-it.be/flex/thumbs/02.png
http://www.bss-it.be/flex/thumbs/03.png
http://www.bss-it.be/flex/thumbs/04.png
http://www.bss-it.be/flex/thumbs/05.png
http://www.bss-it.be/flex/thumbs/06.png
http://www.bss-it.be/flex/thumbs/07.png
Création du projet Flex :
http://www.bss-it.be/flex/thumbs/08.png
http://www.bss-it.be/flex/thumbs/09.png
http://www.bss-it.be/flex/thumbs/10.png
http://www.bss-it.be/flex/thumbs/11.png
http://www.bss-it.be/flex/thumbs/12.png
http://www.bss-it.be/flex/thumbs/13.png
http://www.bss-it.be/flex/thumbs/14.png
Première erreur :
Citation:
Unexpected attribute 'url' found in 'endpoint' from file: services-config.xml