equivalent
-
What the heck is EJB?
Any suggestions, ideas, or 'constructive criticism' are always welcome. "There's no such thing as a stupid question, only stupid people." - Mr. Garrison
kissdznuts wrote:
What the heck is EJB?
Enterprise JavaBeans.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
:confused: EJB is Java, .NET is Microsoft. Please elaborate more clearly what you are trying to find out. What exactly do you mean by technology equivalence between the two?
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
:confused: EJB is Java, .NET is Microsoft. Please elaborate more clearly what you are trying to find out. What exactly do you mean by technology equivalence between the two?
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
I know I'm giving a dumb impression, but I've not used Java seriously. Anyway, have to ask: Isn't EJB more like a pattern than a pure technology. I know that there are API's that help you to encapsulate the business logic but the usage of these services is kind of an architectural question. Am I totaly lost (propably :))?
The need to optimize rises from a bad design. My articles[^]
-
I know I'm giving a dumb impression, but I've not used Java seriously. Anyway, have to ask: Isn't EJB more like a pattern than a pure technology. I know that there are API's that help you to encapsulate the business logic but the usage of these services is kind of an architectural question. Am I totaly lost (propably :))?
The need to optimize rises from a bad design. My articles[^]
Mika Wendelius wrote:
I've not used Java seriously
Me neither. At least not since college over three years ago.
Mika Wendelius wrote:
Isn't EJB more like a pattern than a pure technology. I know that there are API's that help you to encapsulate the business logic but the usage of these services is kind of an architectural question. Am I totaly lost (propably Smile)?
I'll admit I am not 100% sure. Looked at it a while back, then discover .NET and stuck with it.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
Mika Wendelius wrote:
I've not used Java seriously
Me neither. At least not since college over three years ago.
Mika Wendelius wrote:
Isn't EJB more like a pattern than a pure technology. I know that there are API's that help you to encapsulate the business logic but the usage of these services is kind of an architectural question. Am I totaly lost (propably Smile)?
I'll admit I am not 100% sure. Looked at it a while back, then discover .NET and stuck with it.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
I know I'm giving a dumb impression, but I've not used Java seriously. Anyway, have to ask: Isn't EJB more like a pattern than a pure technology. I know that there are API's that help you to encapsulate the business logic but the usage of these services is kind of an architectural question. Am I totaly lost (propably :))?
The need to optimize rises from a bad design. My articles[^]
It's one of those amorphous technology things. Basically, there's a specification that says what EJB must be like and then there's a Container that hosts EJB.
Deja View - the feeling that you've seen this post before.
-
It's one of those amorphous technology things. Basically, there's a specification that says what EJB must be like and then there's a Container that hosts EJB.
Deja View - the feeling that you've seen this post before.
Thanks! That explains a few issues I some time ago wondered, but never had the time to really investigate what's it all about. As I agreed with Paul: I found .Net and from there on life has been nothing but sunshine :)
The need to optimize rises from a bad design. My articles[^]
-
Thanks! That explains a few issues I some time ago wondered, but never had the time to really investigate what's it all about. As I agreed with Paul: I found .Net and from there on life has been nothing but sunshine :)
The need to optimize rises from a bad design. My articles[^]
I have some ex-Java lads working who couldn't believe who productive you could be in .NET. Now they won't go back.
Deja View - the feeling that you've seen this post before.
-
I have some ex-Java lads working who couldn't believe who productive you could be in .NET. Now they won't go back.
Deja View - the feeling that you've seen this post before.
I've encountered a few people who've done both Java and .NET and all prefer .NET. One said the Java world is more advanced in some ways but the .NET world is more productive with easier-to-use tools.
Kevin