pravink chougule

Greenhorn
+ Follow
since Jan 18, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by pravink chougule

Well actually am trying to implement workflow for my client having minimum 5 level of approval process. So workflow engine shd be able to sastain the same.
We have Apache ODE in market which is opensorce but need some clarification on which all application server it will support & would be nice if one could suggest any other Workflow engine with advantages it comes along.

Also, I need to get an idea that to what extend this new workflow will affect existing physical data madel?

Thanks,
Pravin
16 years ago
Hi,



Anyone implemented workflow in Web based Application? Any recommendation for specific workflow?

Any pointer would be appreciated. Thanks!



Regards,

Pravin

[ UD: removed the "urgent help required" part - please see here why ]
[ January 17, 2008: Message edited by: Ulf Dittmer ]
16 years ago
will rmi server create a seperate instance of remore object for each client call?
17 years ago
will rmi server create a seperate instance of remore object for each client call?
It was in one of the questions asked in one of the company interview exam...
Will appreciate if you could give me the answer for the same..
This is the questions in one of the mock exam ..but i do not remeber exactly where I have seen..however could you please answer the same? Thanks
* There was a qs with a character array being declared as a class member as :

Char ch[] = new Char[4] .

This was not initailized anywhere . But this was used to acess the fle data with a reader as follows :

While(ch = (int)out.read(ch) != -1){

Sysout�.

}

the file contained abcdef

Answers:

1.)null

2.)aaaaaa

3.)abcdef

4.)abcdab

5.)ababc
**There was a qs with a character array being declared as a class member as :

Char ch[] = new Char[4] .

This was not initailized anywhere . But this was used to acess the fle data with a reader as follows :

While(ch = (int)out.read(ch) != -1){

Sysout�.

}

the file contained abcdef

Answers:

1.)null

2.)aaaaaa

3.)abcdef

4.)abcdab

5.)ababc
17 years ago
* "Uses-A" relationship is defined by

a.) Association

b.) Inheritance

c.) Composition

d.) .................