cannot find org.robotlegs.mvcs.Service, while referring some examples
I was going through some examples. However, i couldnot find this file org.robotlegs.mvcs.Service in the Robotlegs framework ? How should i inherit my service without this file ?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Ondina D.F. on 19 Aug, 2012 05:46 PM
Hi Vishwas
I don’t know which examples you are referring to, but they must have used a very, very old robotlegs version (2009?)
Have a look at this:
https://github.com/robotlegs/robotlegs-framework/tree/master/src/or...
There is no Service class, but an Actor class.
https://github.com/robotlegs/robotlegs-framework/wiki/best-practice...
As you can see, you can create a Service class, that can extend Actor, but I’m sure you already know that:)
(https://github.com/robotlegs/robotlegs-framework/blob/master/src/or...)
If you want, you can modify the examples in question, use the latest version of rl1 and let the classes extend Actor instead of “Service”.
If you need the old version of robotlegs from 3 years ago, here it is (only source code):
https://github.com/Ondina/robotlegs-framework
hth
Ondina
Ondina D.F. closed this discussion on 25 Aug, 2012 01:09 PM.