[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
In JDK 1.4, annotations added to the class file will only work if you have access
to the classloading mechanism.

e.g. running an EJB container in an applet would not give you access to the
classloading so you would need xml.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835792#3835792

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835792


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread Bill Burke
Not true at all.  You just need the classloader and then do a getResource on that 
classloader to load it into javassist.  Take a look at the code.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835808#3835808

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835808


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
 You just need the classloader

Getting hold of a classloader is a privileged operation. If anybody could do it, java
would be very insecure.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835813#3835813

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835813


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread Bill Burke
Then don't use the freakin shtuff in an applet.  J2EE 1.5 is written towards JDK 1.5.  
 This is an option to JDK 1.4 developers and to allow me to use JDK 1.4 and IDEA to 
code this shit up.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835814#3835814

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835814


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
How relevant is this? Eventually the managed environments will be in JDK 1.5, where 
the full annotation is available. 

In the meanwhile it is an issue for JDK 1.4 based, but I can't think of an example 
that is using an EJB container in such a managed environment today...? Do we have such 
cases? If it becomes more common in the future, those solutions should be based on JDK 
1.5.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835817#3835817

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835817


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
Applets are the acid test of our POJO middleware.

If it will run in an applet (with unsigned jars preferably) it will run anywhere.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835820#3835820

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835820


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Applets are the acid test of our POJO middleware.

True. But is EJB3 part of that picture?



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835823#3835823

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835823


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread Bill Burke
EJB3 can/should be able to run inside an applet, but only a JDK 1.5 based applet.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835825#3835825

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835825


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-20 Thread Bill Burke
Enums will also be converted to JDk 1.4 using a common, well known pattern for 
defining Enums.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835730#3835730

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835730


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development