embedlets-developer Mailing List for Outpost Embedlet Container (Page 13)
Status: Alpha
Brought to you by:
tkosan
You can subscribe to this list here.
| 2003 |
Jan
(135) |
Feb
(402) |
Mar
(162) |
Apr
(22) |
May
(13) |
Jun
(67) |
Jul
(59) |
Aug
(27) |
Sep
(1) |
Oct
(28) |
Nov
(81) |
Dec
(16) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(2) |
Feb
(21) |
Mar
(6) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(13) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Christopher S. <cs...@oo...> - 2003-06-22 22:21:35
|
James, I agree with you wholeheartedly. Andrzej and I had many discussions on this. His assertion was that the producers should be decoupled from the consumers on the basis of CS theory. In the case of inter-processor communication this make sense. My arguments were that in embedded systems things are supposed to be coupled, to a certain extent and that performance, determinism and industry acceptance would suffer if we had only the indirect, queued the event model. We agreed to provide/allow both, although the current code does not make that clear. Enclosed is the key discussion. > > Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] > _______________________________________________ > > Ok... So I fired up the embedlets code and starting getting my head back > around it. > > I want to comment on the Event mechanism.. Java itself has events, > especially if it has a graphical interface, it even has it's own > 'prescribed' way of handling events - The Producer/Listener model and > this is the event model I have used also for muvium in the APT - > (Abstract Peripheral Toolkit). > > One good thing about Producer/Listeners is that it is very concrete who > is receiving events from who. The Embedlet container Event mechanism > does not use this mechanism opting for it's own Embedlet Event > mechanism. What is not clear to me at this stage is how an instance of a > specific embedlet may register to receive events generated by another > specific embedlet instance. As it stands all Embedlets seem to receive > all Events or at least they must apply some type of filter to the events > they receive. > > I suppose in the general sense if this filter specifies the specific > instance then it will receive only those events.. So you have a filter > based event/listener model. > > In a graphical representation embedlets can be thought of being tied > together by their events... Again easy to see how this works in a > Producer/Listener model but how is it indended this will work in the > Embedlet model. I suppose you need the XML configuration to specify the > filter to the level needed to emulate the Producer/Listener model. > > I guess at the end of the day I am trying to understand why we are not > using the Producer/Listener model common to the Java event handling > mechanism seen both in Java itself, Swing & AWT, and also in the > Real-Time Java specification. > > James Caska > > www.muvium.com > uVM - 'Java Bred for Embedded' > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Embedlets-developer mailing list > Emb...@li... > https://lists.sourceforge.net/lists/listinfo/embedlets-developer > |
|
From: James C. <ca...@vi...> - 2003-06-22 07:31:51
|
Ok... So I fired up the embedlets code and starting getting my head back around it. I want to comment on the Event mechanism.. Java itself has events, especially if it has a graphical interface, it even has it's own 'prescribed' way of handling events - The Producer/Listener model and this is the event model I have used also for muvium in the APT - (Abstract Peripheral Toolkit). One good thing about Producer/Listeners is that it is very concrete who is receiving events from who. The Embedlet container Event mechanism does not use this mechanism opting for it's own Embedlet Event mechanism. What is not clear to me at this stage is how an instance of a specific embedlet may register to receive events generated by another specific embedlet instance. As it stands all Embedlets seem to receive all Events or at least they must apply some type of filter to the events they receive. I suppose in the general sense if this filter specifies the specific instance then it will receive only those events.. So you have a filter based event/listener model. In a graphical representation embedlets can be thought of being tied together by their events... Again easy to see how this works in a Producer/Listener model but how is it indended this will work in the Embedlet model. I suppose you need the XML configuration to specify the filter to the level needed to emulate the Producer/Listener model. I guess at the end of the day I am trying to understand why we are not using the Producer/Listener model common to the Java event handling mechanism seen both in Java itself, Swing & AWT, and also in the Real-Time Java specification. James Caska www.muvium.com uVM - 'Java Bred for Embedded' |
|
From: James C. <ca...@vi...> - 2003-06-22 07:31:27
|
Ted Says: >The reason I am bringing this up is that some of Sun's thinking leans >towards calling the Java that is in cell phones "Embedded Java" and >the Java that is used in industrial applications "Industrial Java". I saw this a while ago and chose to use the term 'deeply embedded' for muvium to differentiate between embedded and the controller type imbedded that muvium targets. I agree is not good to have to spend the first 5 minutes of a conversation creating the product space distincition James Caska www.muvium.com uVM - 'Java Bred for Embedded' -----Original Message----- From: emb...@li... [mailto:emb...@li...] On Behalf Of Ted Kosan Sent: Thursday, 19 June 2003 6:31 AM To: emb...@li... Subject: RE: [Embedlets-dev] Embedded or industrial Java? Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] _______________________________________________ Chris said: > I vote Embedded - this covers Industrial, Aerospace, Facilities > Management, Automotive, etc. and Gregg said: > I believe you can select both categories can you not? The reason I am bringing this up is that some of Sun's thinking leans towards calling the Java that is in cell phones "Embedded Java" and the Java that is used in industrial applications "Industrial Java". See this JSR for more details: http://www.jcp.org/en/jsr/detail?id=7 I personally hold the view of Embedded Java that Chris stated above but it looks like we are going to have to come up with a precise definition of exactly what Embedded Java is and what it is not because Sun does not seemed to have defined it yet. At JavaOne I found myself in the position of needing to explain what category Embedlets fits into and before the Embedlets Cat is 'out of the bag' I think we need to address this. Ted __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Embedlets-developer mailing list Emb...@li... https://lists.sourceforge.net/lists/listinfo/embedlets-developer |
|
From: Jac K. <j.k...@th...> - 2003-06-21 23:53:03
|
On Sat, 21 Jun 2003, Ted Kosan wrote: > I have been looking at using JXTA as the technology to base this > distributed application upon and I was wondering if anyone has thought > about using JXTA to route Embedlet events between distributed Embedlet > containers? The more I study this idea the more it appears that > distributed Embedlet containers hooked together using JXTA is an > excellent combination. Hi Ted, Be aware the jxta implementation for j2me (jxme) does not support security, something you might want to add to prevent 'strangers' inserting messages. Regards, Jac -- Jac Kersing Technical Consultant The-Box Development j.k...@th... http://www.the-box.com |
|
From: James C. <ca...@vi...> - 2003-06-21 17:40:17
|
Ted Says: >The reason I am bringing this up is that some of Sun's thinking leans >towards calling the Java that is in cell phones "Embedded Java" and >the Java that is used in industrial applications "Industrial Java". I saw this a while ago and chose to use the term 'deeply embedded' for muvium to differentiate between embedded and the controller type imbedded that muvium targets. I agree is not good to have to spend the first 5 minutes of a conversation creating the product space distincition James Caska www.muvium.com uVM - 'Java Bred for Embedded' -----Original Message----- From: emb...@li... [mailto:emb...@li...] On Behalf Of Ted Kosan Sent: Thursday, 19 June 2003 6:31 AM To: emb...@li... Subject: RE: [Embedlets-dev] Embedded or industrial Java? Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] _______________________________________________ Chris said: > I vote Embedded - this covers Industrial, Aerospace, Facilities > Management, Automotive, etc. and Gregg said: > I believe you can select both categories can you not? The reason I am bringing this up is that some of Sun's thinking leans towards calling the Java that is in cell phones "Embedded Java" and the Java that is used in industrial applications "Industrial Java". See this JSR for more details: http://www.jcp.org/en/jsr/detail?id=7 I personally hold the view of Embedded Java that Chris stated above but it looks like we are going to have to come up with a precise definition of exactly what Embedded Java is and what it is not because Sun does not seemed to have defined it yet. At JavaOne I found myself in the position of needing to explain what category Embedlets fits into and before the Embedlets Cat is 'out of the bag' I think we need to address this. Ted __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Embedlets-developer mailing list Emb...@li... https://lists.sourceforge.net/lists/listinfo/embedlets-developer |
|
From: Ted K. <tk...@ya...> - 2003-06-21 17:38:14
|
During the past few weeks I started a yahoo group for Computer Integrated Manufacturing based on network-centric technologies. Of course Embedlets are going to be the core of this software. So far around 25 CAD/CAM/CNC people from all over the world have joined the group and for our first group project we are going to develop a distributed 'CNC light blinker' application. http://groups.yahoo.com/group/newcim/ I have been looking at using JXTA as the technology to base this distributed application upon and I was wondering if anyone has thought about using JXTA to route Embedlet events between distributed Embedlet containers? The more I study this idea the more it appears that distributed Embedlet containers hooked together using JXTA is an excellent combination. Ted __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
|
From: Christopher S. <cs...@oo...> - 2003-06-19 16:42:19
|
Broader terms would be: 'Embedded Process Components' or 'Embedded Control Components'. These cover a wide horizontal range of applications in the control market without artificial boundaries such as 'Industrial'. A successful component architecture will be applied in the home, toys, appliances etc. > > Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] > _______________________________________________ > > Chris said: > > > I vote Embedded - this covers Industrial, Aerospace, Facilities > Management, > > Automotive, etc. > > and Gregg said: > > > I believe you can select both categories can you not? > > The reason I am bringing this up is that some of Sun's thinking > leans towards > calling the Java that is in cell phones "Embedded Java" and the > Java that is > used in industrial applications "Industrial Java". See this JSR for more > details: > > http://www.jcp.org/en/jsr/detail?id=7 > > I personally hold the view of Embedded Java that Chris stated above but it > looks like we are going to have to come up with a precise > definition of exactly > what Embedded Java is and what it is not because Sun does not > seemed to have > defined it yet. > > At JavaOne I found myself in the position of needing to explain > what category > Embedlets fits into and before the Embedlets Cat is 'out of the > bag' I think we > need to address this. > > Ted > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Embedlets-developer mailing list > Emb...@li... > https://lists.sourceforge.net/lists/listinfo/embedlets-developer > |
|
From: Ted K. <tk...@ya...> - 2003-06-19 04:30:47
|
Chris said: > I vote Embedded - this covers Industrial, Aerospace, Facilities Management, > Automotive, etc. and Gregg said: > I believe you can select both categories can you not? The reason I am bringing this up is that some of Sun's thinking leans towards calling the Java that is in cell phones "Embedded Java" and the Java that is used in industrial applications "Industrial Java". See this JSR for more details: http://www.jcp.org/en/jsr/detail?id=7 I personally hold the view of Embedded Java that Chris stated above but it looks like we are going to have to come up with a precise definition of exactly what Embedded Java is and what it is not because Sun does not seemed to have defined it yet. At JavaOne I found myself in the position of needing to explain what category Embedlets fits into and before the Embedlets Cat is 'out of the bag' I think we need to address this. Ted __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
|
From: Gregg G. W. <gr...@sk...> - 2003-06-18 13:58:36
|
>> Should Embedlets be categorized under Industrial Java or Embedded >> Java? Beyond >> this, is Industrial Java a sub-category of Embedded Java or is >> Embedded Java a >> sub-category of Industrial Java? I believe you can select both categories can you not? ----- gr...@cy... (Cyte Technologies Inc) |
|
From: Christopher S. <cs...@oo...> - 2003-06-18 06:40:44
|
I vote Embedded - this covers Industrial, Aerospace, Facilities Management, Automotive, etc. > > Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] > _______________________________________________ > > I have been thinking about putting an Embedlets project page up on the new > http://java.net site but now I need to figure out what category > Embedlets fits > under. > > Should Embedlets be categorized under Industrial Java or Embedded > Java? Beyond > this, is Industrial Java a sub-category of Embedded Java or is > Embedded Java a > sub-category of Industrial Java? > > Ted > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Embedlets-developer mailing list > Emb...@li... > https://lists.sourceforge.net/lists/listinfo/embedlets-developer > |
|
From: Ted K. <tk...@ya...> - 2003-06-18 03:45:57
|
I have been thinking about putting an Embedlets project page up on the new http://java.net site but now I need to figure out what category Embedlets fits under. Should Embedlets be categorized under Industrial Java or Embedded Java? Beyond this, is Industrial Java a sub-category of Embedded Java or is Embedded Java a sub-category of Industrial Java? Ted __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
|
From: Christopher S. <cs...@oo...> - 2003-06-13 00:28:40
|
I would say that Embedlets is way ahead since it has running code on real hardware. There could be a convergence in the future but the constraints of the platforms will lead to compromises in Embedlets This will probably result in a SLEEME spec as opposed to the SLEESE spec. You get to choose whether you want to be SLEEMEy or SLEESEy :) Chris > > Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] > _______________________________________________ > > Meet the Embedlet container's twin brother: > > http://java.sun.com/products/jain/article_slee_principles.html > > During the JAIN/SLEE session I felt like I was transported in > time to a future > JavaOne where the Embedlets project was being presented. > > The good news is that SLEE seems to be so similar to Embedlets > that I think it > does much to validate the concept. > > The better news is that SLEE depends on JDK 1.4 and so they were > not thinking > at all about the embedded space when they developed it. > > Beyond this, JAIN seems to be a sleeper that has a significant amount of > support in the Telco space and it looks like it is going to > definitely be a > winner. > > It also looks like we might want to study their specification and > see if it > makes sense to have Embedlets inter-operate with SLEE. > > > Ted > > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Embedlets-developer mailing list > Emb...@li... > https://lists.sourceforge.net/lists/listinfo/embedlets-developer > |
|
From: Ted K. <tk...@ya...> - 2003-06-12 23:13:33
|
Meet the Embedlet container's twin brother: http://java.sun.com/products/jain/article_slee_principles.html During the JAIN/SLEE session I felt like I was transported in time to a future JavaOne where the Embedlets project was being presented. The good news is that SLEE seems to be so similar to Embedlets that I think it does much to validate the concept. The better news is that SLEE depends on JDK 1.4 and so they were not thinking at all about the embedded space when they developed it. Beyond this, JAIN seems to be a sleeper that has a significant amount of support in the Telco space and it looks like it is going to definitely be a winner. It also looks like we might want to study their specification and see if it makes sense to have Embedlets inter-operate with SLEE. Ted __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
|
From: Ted K. <tk...@ya...> - 2003-06-11 22:56:41
|
Andrzej said: > Not me, I'm afraid. J1 was just not in the cards this year. Hmmmmm... Motorcycle trip, JavaOne... Motorcycle trip, JavaOne... Yeah, that would definitely be a tough decision! Ted __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
|
From: Andrzej J. T. <an...@ch...> - 2003-06-11 20:03:14
|
> Hope to see at least some of you there, Not me, I'm afraid. J1 was just not in the cards this year. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com |
|
From: Bruce B. <bb...@sy...> - 2003-06-11 04:21:47
|
We are in booth 948 and are showing a demo driving eight R/C servos over a wireless RF Modem link, sending XML data messages from an LCD/touchscreen to another node with a prototype 8-servo driver board. The servos are being driven all in Java software, using one timer/counter, a periodic thread, and a servo register on SPI. There's also tagging memory on the SPI interface which describes the module to an inquiring controller. We have a very early start at JXTA support for the RF link. Regards Bruce Boyes |
|
From: Ted K. <tk...@ya...> - 2003-06-08 23:56:09
|
Jac, too bad you can not make it this year to JavaOne. We will miss you! I see Gregg will be there but I am not sure about others on this list. I just got done making my schedule and on Tuesday it looks like there is a break between 10:30 AM and 12:30 PM. If anyone wants to try to get together for a few minutes I plan on standing at the bottom of the Moscone South elevators between 11:00 AM and 11:20 AM near a sign I just printed that reads "Embedlets". Hope to see at least some of you there, Ted __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
|
From: Gregg G. W. <gr...@sk...> - 2003-06-05 14:16:49
|
>Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] >_______________________________________________ > >Is anyone on the list going to be at JavaOne next week? I will be there Monday >through Friday. I will be there too! ----- gr...@cy... (Cyte Technologies Inc) |
|
From: Ted K. <tk...@ya...> - 2003-06-05 03:08:00
|
Is anyone on the list going to be at JavaOne next week? I will be there Monday through Friday. Ted __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
|
From: Christopher S. <cs...@oo...> - 2003-06-02 18:23:00
|
At some point someone has to do the talking. There is such a thing as excessive de-coupling, to the point where nothing communicates! The Event callback pattern is a standard Java design practice so it is a completely acceptable approach that has no serious drawback. The visibility is still one-way as the JAPL code is not dependent on the Embedlet API and can be used in other applications. I agree with Andrjez that JAPL should not make Embedlet Event calls - but I do not think that you were proposing this in the first place. Christopher Smith OopScope, LLC. www.oopscope.com cs...@oo... 805-276-0598 > Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] > _______________________________________________ > > Chris, > > > 2. Asynchronous communication back to the application logic should be > > handled by a JAPLEvent notifying a JAPLEventListener. Embedlets > can receive > > events in this manner and translate them into the appropriate > EmbedletEvent. > > (this is already agreed to by all, I believe ) > > This is exactly how I envisioned JAPL-to-Embedlet interactions > working because > it places all of the JAPL-to-Embedlet code in one place. > Andrzej's position, > however, is that Embedlets should never receive callback's from > JAPL devices > and so this is the issue we need to work through. Since a number > of us are > going to be unavailable for the next week or so I suppose we will > defer this > discussion until later. > > Your thoughts on leveraging the persistence mechanism in order to > initialize > JAPL devices are interesting. I have not looked at it that way > before and I am > going to have to study this approach a bit more. Since you have a new > persistence release I will try to download it this weekend and > give it a spin. > I will try to get back to you by later on Sunday. > > Ted > > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Embedlets-developer mailing list > Emb...@li... > https://lists.sourceforge.net/lists/listinfo/embedlets-developer > |
|
From: Ted K. <tk...@ya...> - 2003-06-02 03:17:32
|
Brill, > I'm still neck deep here... and I havn't touched the Cork/JAPL or the > Piccadilly embedlets container since I started... > If anyone on the list would like to manage the current Cork/JAPL tree, and > maybe work out some of the remaining issues, I'd be glad to hand it off for > a while. It is kind of tough to move forward until we get the JAPL concept nailed down a bit more so it seems best to have Cork/JAPL remain in a holding pattern for a while longer. > I will have to dive back in eventually, but I have had *no* time recently. Hopefully this means that business has been good? Ted __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
|
From: Ted K. <tk...@ya...> - 2003-06-02 03:10:12
|
Chris, > I put in a day and a half on the Persistnce startup code. It is now > launching the container with the initial services, based on the definitons > in the config.xml file. > > To try things out: I checked out and tried the code and it worked fine! Moving the setup procedure into the build.xml file made things much smoother too. Also, I am running on a Linux box and this did not seem to cause any problems. What might be helpful at this point would be to put together an appendix on the Persistence API that could be added to the specification document. I would be nice to see some high level documentation that describes the Persistence API's 'theory of operation' and typical use cases. Just a thought. Anyway, it looks good so far! Ted __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
|
From: Ted K. <tk...@ya...> - 2003-05-31 18:38:09
|
Chris, > 2. Asynchronous communication back to the application logic should be > handled by a JAPLEvent notifying a JAPLEventListener. Embedlets can receive > events in this manner and translate them into the appropriate EmbedletEvent. > (this is already agreed to by all, I believe ) This is exactly how I envisioned JAPL-to-Embedlet interactions working because it places all of the JAPL-to-Embedlet code in one place. Andrzej's position, however, is that Embedlets should never receive callback's from JAPL devices and so this is the issue we need to work through. Since a number of us are going to be unavailable for the next week or so I suppose we will defer this discussion until later. Your thoughts on leveraging the persistence mechanism in order to initialize JAPL devices are interesting. I have not looked at it that way before and I am going to have to study this approach a bit more. Since you have a new persistence release I will try to download it this weekend and give it a spin. I will try to get back to you by later on Sunday. Ted __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
|
From: Christopher S. <cs...@oo...> - 2003-05-31 08:46:30
|
I put in a day and a half on the Persistnce startup code. It is now launching the container with the initial services, based on the definitons in the config.xml file. The config.xml now conforms to the PK_COMPONENT_XXX definitions and there are no hard-coded property keys. To try things out: 1. Update with the latest embedlets.embedlet and embedlet.outpost code from cvs. Be sure to check the 'create missing directoris that exist in respository' on 2. Build embedlet and outpost in that order using the all-clean target in each build.xml. 4. From the embedlets\outpost folder run: java -cp build\classes;lib\kxml-min.jar;.\lib\embedlet.jar -DConfigFile=.\src\org\out post\persistence\config.xml org.outpost.persistence.xml.Launcher 5. It should load and run the container and its services. I have created three sample components: a timer, a toggle and a counter. These will be started with the container on the next go around. > > Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE] > _______________________________________________ > > Chris, > > Ok, I am working on trying out your persistence code. > > > > To try things out: > > > > 1. Update using the tag Persistent > > I just when ahead did a fresh checkout of 'embedlet' and 'outpost'. > > > > 2. Copy the org/outpost/persistence/xml/kxml-min.jar to the outpost/lib > > folder. This the parser that I used. > > No problems here. > > > > 2. Recompile embedlets and outpost using the make.compile > > Did you mean 'ant compile' here? I did this and I received the following > compiler errors: > > <dump> > > [tkosan@localhost outpost]$ ant compile > Buildfile: build.xml > > init: > > compile: > [javac] Compiling 33 source files to > /home/tkosan/embedlets/chris/outpost/build/classes > [javac] > /home/tkosan/embedlets/chris/outpost/src/org/outpost/components/di > gital/Counter.java:74: > cannot resolve symbol > [javac] symbol : class BooleanEvent > [javac] location: package event > [javac] import org.outpost.event.BooleanEvent; > [javac] ^ > [javac] > /home/tkosan/embedlets/chris/outpost/src/org/outpost/components/di > gital/Counter.java:157: > cannot resolve symbol > [javac] symbol : class BooleanEvent > [javac] location: class org.outpost.components.digital.Counter > [javac] BooleanEvent i = (BooleanEvent) event; > [javac] ^ > [javac] > /home/tkosan/embedlets/chris/outpost/src/org/outpost/components/di > gital/Counter.java:157: > cannot resolve symbol > [javac] symbol : class BooleanEvent > [javac] location: class org.outpost.components.digital.Counter > [javac] BooleanEvent i = (BooleanEvent) event; > [javac] ^ > [javac] 3 errors > > BUILD FAILED > > </dump> > > > Its late and I am a bit 'fuzzy brained' but is BooleanEvent a > class that you > added? > > > Ted > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Embedlets-developer mailing list > Emb...@li... > https://lists.sourceforge.net/lists/listinfo/embedlets-developer > |
|
From: Andrzej J. T. <an...@ch...> - 2003-05-30 12:21:14
|
Hi guys....nice to see some traffic on the list again. I've been tied up on a big contract of late, and am heading out this morning on a motorcycle vacation for the next week and a half, so you won't hear much from me for a couple of weeks, I'm afraid. Once I get back, I hope to review the Persistence stuff that Chris put in place, and will try to get back into the discussion. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com |