Re: [Wicket-user] @EJB injection...

2007-07-25 Thread Igor Vaynberg
it might not have had a release

http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-javaee

-igor


On 7/25/07, Patrick Angeles [EMAIL PROTECTED] wrote:


 I believe someone contributed code to allow for @EJB injection into Wicket
 pages, and this wound up in Wicket Stuff...

 Is this still the case? Any way I can get Wicket Stuff from Maven? Is it
 compatible with 1.3.0-beta2?

 I've tried http://wicketstuff.org/repository and could not find the javaee
 code there...

 Thanks in advance,

 - P
 --
 View this message in context:
 http://www.nabble.com/%40EJB-injection...-tf4147041.html#a11797325
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 IMPORTANT NOTICE:

 This mailing list is shutting down. Please subscribe to the Apache Wicket
 user list. Send a message to: users-subscribe at wicket.apache.org and
 follow the instructions.
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
IMPORTANT NOTICE:

This mailing list is shutting down. Please subscribe to the Apache Wicket user 
list. Send a message to: users-subscribe at wicket.apache.org and follow the 
instructions.
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] @EJB Injection

2006-06-27 Thread Igor Vaynberg
you need to recreate what we do for spring with @SpringBean annotation but instead use the @EJB annotationif you are using 1.2 see wicket-spring and how it creates proxies. see AnnotSpringInjector and AnnotSpringWebApplication
what it will boil down to is for you to create an EjbProxyFieldValueFactory implements IFieldValueFactory - thats really the trickest part and is pretty simple. the rest is configuration.if you are using 2.0
 the non-spring related proxy stuff that is in wicket-spring has been moved to extensions.-IgorOn 6/27/06, Vincent Jenks 
[EMAIL PROTECTED] wrote:In Java EE 5, instead of using JNDI lookups to get a stub to an EJB
we'll have the ability to just inject it w/ a simple @EJB annotation.I see that JBoss will support this for Servlets  JSP in thenear-future...what will be needed to support this in Wicket?Anythingat all?
There are a couple of servers, i.e. Glassfish that support thisalready...but going forward I'm sure all of the major vendors will.Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] @EJB Injection

2006-06-27 Thread Vincent Jenks
Excellent, thanks Igor!

On 6/27/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
 you need to recreate what we do for spring with @SpringBean annotation but
 instead use the @EJB annotation

 if you are using 1.2 see wicket-spring and how it creates proxies. see
 AnnotSpringInjector and AnnotSpringWebApplication

 what it will boil down to is for you to create an EjbProxyFieldValueFactory
 implements IFieldValueFactory - thats really the trickest part and is pretty
 simple. the rest is configuration.

 if you are using 2.0 the non-spring related proxy stuff that is in
 wicket-spring has been moved to extensions.

 -Igor



 On 6/27/06, Vincent Jenks  [EMAIL PROTECTED] wrote:
 
 In Java EE 5, instead of using JNDI lookups to get a stub to an EJB
 we'll have the ability to just inject it w/ a simple @EJB annotation.
 I see that JBoss will support this for Servlets  JSP in the
 near-future...what will be needed to support this in Wicket?  Anything
 at all?

 There are a couple of servers, i.e. Glassfish that support this
 already...but going forward I'm sure all of the major vendors will.

 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user