|
|
|
|||||
|
Objective-C is (as I'm sure you know) a nice object-oriented language, and gets a lot of workout on the Mac OS X platform. So I and others would love to see ICE with Objective-C bindings.
|
|
|||||
|
Hello guys, I'm involved with a videogame project for our career graduation project, we were browsing through some network API's when we stumbled with ICE and fell in love with it. It's simple, easy and has a powerful set of features. Yet we don't know how to use them all, we are still reading the PDF manual.
It has a nice manual, but I would really like to see a section or a new manual about programming videogames with it, some examples, just to get started, not programming a full one, stuff like deployment, patching, managing the gameloop in a distributed environment, etc., I don't know if all this stuff is covered on the current manual, I just would like to see videogame oriented examples. The reason for this is that I think videogames is a very profitable software trend that is growing very fast. So supporting it directly through documentation wouldn't be bad I think ![]() Well, I hope I communicated what was intended. See you later. P.D. Sorry for my english :P |
|
||||||
|
I want to use the Hibernate ORM framework as the persistence mechanism for ICE slice. Hibernate require a java class must be a POJO,it calls java object's setters to set the members' value instead of assigning values to members directly. So I think add these getter/setters in slice2java automatic will be a graceful solution. Example:
//slice Cat.ice class Cat { string name; int color; bool sex; float weight; }; //Java Cat.java public class Cat extends Ice.ObjectImpl{ .... public String name; public int color; public boolean sex; public float weight; public String getName(){ return name; } public void setName(String name){ this.name = name; } .... } I will be in appreciation of seeing new --getter and --setter option with slice2java in next ICE release. Thanks a lot.
__________________
Yunqiao Yin Baosteel real-time process control ICE中文论坛http://lingdoo.just.as 欢迎大家捧场 |
|
|||||
|
Please provide a way to generate toString method in Java
Hi,
It would be nice to have toString generated automatically may be use of some metadata on the class/structure level. Thanks, --Venkat. |
|
|||||
|
Encapsulate data as private members and provide getters and settters
Hi,
ICE being OO Middleware, it causes be some uneasiness to see code directly accessing data members (encapsulation) of a class. Please provide getters and setters and make the data members private. Thanks, --Venkat. |
|
|||||
|
there are too much MIDDLEWARE named thing. weblogic is bea MIDDLEWARE, 9i is elison MIDDLEWARE, EJB is open MIDDLEWARE, RMI is .net MIDDLEWARE, CICS is expensive MIDDLEWARE, HTTP is world wide MIDDLEWARE, biztalk is ms MIDDLEWARE, socket is first MIDDLEWARE, ss7 is telecommunication MIDDLEWARE,... most joking is ibm, her ad us that IBM is MIDDLE and IBMware is MIDDLEware.
me come across so much MIDDLEWARE named thing, but me hate MIDDLEWARE. their frugging princleples and name that trapped most of the no-so-smart new man suffering, losing patience and confidence really slow down the "noneself control" programming level. ice is most nearly close to my ideal MIDDLEWARE! what is ur MIDDLEWARE concept? mine is that a programing languange level mechanism which provide source coder "noneself control" programming. here "noneself" means not myself, not this system, not this machine, not this bus, no this cpu. ice using a infrastructure of interface(server)-proxy(client) to support remote programming, which is the same as CORBA. sure me know u nearly have to designed yourware this kind, but if of transparence is better. the fellows: ASM: move ax &h90 @192.168.0.1 move ax &90 C: int aX = 90; int ax = 90 remote @192.168.0.1; C++: MyClass myInst; MyClass myInst stack@192.168.0.1; MyClass myInst heap@192.168.0.1; Basic: dim aXX = "90" as String pla aXX = "90" as String @192.168.0.1; me sure no team or no group can supporte this kind of programming transparence now, but me tried. with my rearch deep into inch earth, me feared, and in terror soon, at last, horror ar... me found, MIDDLEWARE is ugly, unreasonable and illlogic. static code in windows view or on paper drive us into a ether motif, an Albert will pointe us out that there is a max C dictate all??!!! me fait lar.. ... when me come back, me just sure us need a MIDDLEWARE, as IBM need IBMware, no matter ugly or not, just a means of be. what me hope zeroC do is to make ice more like a MIDDLEWARE and try to sample these guys a MIDDLEWARE, then FUD anyelse to title his this name. |
|
|||||
|
Re: an useful feature !!!
Quote:
xiaosiwolar ![]() |
|
|||||
|
Guaranteed delivery
ICE provides an at-most-once messaging delivery guarantee. Is there a plan to implement exactly-once (guaranteed) delivery- or perhaps you feel that this is better implemented at a different abstraction layer? Where/how (in general) would you implement it? At the moment it does not appear as though the lack would be a dealbreaker as far as implementing ICE as a middleware solution but I'd like to at least know if there's a good solution in case it comes up again.
Matt |
|
||||||
|
Quote:
Persistent messages for IceStorm is something we considered, but didn't implement yet, because so far there has been no commercial demand for such a feature. |
|
|||||
|
Quote:
|
|
|||||
|
All Ice Service(IcePack,IceBox,IceStrom...) can been build with user Application together,then these service can been run in different style: console, service(deamon),GUI Application.
as i know, TAO's corba service is doing so. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ice.Application feature requests | bartley | Comments | 4 | 02-05-2006 02:56 AM |
| Small C# Feature Request | acbell | Comments | 1 | 04-21-2005 02:12 AM |
| Feature request: Mutex classes | stephan | Comments | 1 | 03-27-2005 04:25 PM |
| platform feature matrix | dlyall | Comments | 0 | 09-02-2004 04:52 PM |
| Why not add DBC feature to Slice? | microweb | Comments | 3 | 12-07-2003 08:29 AM |