[ANN] May 20 - Writing JPA Applications by Patrick Linskey at Google in Silicon Valley

2008-05-14 Thread Van Riper
d fetch strategies. --- | Michael "Van" Riper | http://weblogs.java.net/blog/van_riper/ | http://www.linkedin.com/in/vanriper | Silicon Valley Web JUG | mailto:[EMAIL PROTECTED] | https://sv-web-jug.dev.java.net - To unsubscri

Vote for Java runtime for Google App Engine

2008-04-16 Thread Van Riper
sue is the top vote getter so far and I would like to keep it that way. The Ruby runtime issue is not that far behind us. :-) Cheers, Van -- | Michael "Van" Riper | http://weblogs.java.net/blog/van_riper/ | http://www.linkedin.com/in/vanriper | Silicon Valley Web Developer JUG | mai

[ANN-OT] February 19 - Stateful Applications that Scale Like Stateless Ones by Orion Letizi at Googleplex in Silicon Valley

2008-02-17 Thread Van Riper
ssional Hibernate from Wrox Press * Professional Java Development with the Spring Framework from Wrox Press * Professional Ajax 2nd Edition from Wrox Press This meeting was organized by the Silicon Valley Web Developer JUG and is being co-hosted by the Silicon Valley JUG. -- | Michael "V

Re: Every action is getting called twice

2008-02-11 Thread Van Riper
ther that changes things at all. Good Luck, Van -- | Mike "Van" Riper | http://weblogs.java.net/blog/van_riper/ - | Silicon Valley Web Developer JUG | mailto:[EMAIL PROTECTED] | https://sv-web-jug.dev.java.net - | Silicon Valley Google Technology User Group | mailto:[EMAIL PROT

[OT] Silicon Valley Code Camp at Foothill College on Oct. 27-28

2007-10-01 Thread Van Riper
thread or contact me directly off list. If there is enough interest, we can schedule an informal Struts BOF session during the weekend sometime too. Cheers, Van -- Mike "Van" Riper [EMAIL PROTECTED] http://weblogs.java.net/blog/van_riper/ Silicon Valley Web Developer JUG https:/

Re: Struts - open windows without javascript

2007-09-27 Thread Van Riper
eypress event handler for those using a keyboard. However, when JavaScript isn't enabled, the link is processed as normal, providing a possibly adequate fallback mechanism, but failing to produce the designer's desired result. So, it does require a small amount of javascript to make it

Re: Struts - open windows without javascript

2007-09-27 Thread Van Riper
pen a new browser window/tab is: target="_blank" Technically, this will open a new window without javascript. It is just adding an HTML attribute to your form or link tags in your generated HTML response. No javascript required. -Van -- Mike "Van" Riper [EMAIL PROTECTED]

Re: [s2] Struts head tag KILLS (> 10s) page load time

2007-09-20 Thread Van Riper
support I need in my own webapp development these days. YMMV. -Van -- Mike "Van" Riper [EMAIL PROTECTED] http://weblogs.java.net/blog/van_riper/ Silicon Valley Web Developer JUG https://sv-web-jug.dev.java.net JUGs International MAP http://tinyurl.com/ynktb2 --

Re: Ajax using XMLHttpRequest and Struts

2007-09-11 Thread Van Riper
ntelliJ IDEA that will detect obvious compile issues with your scriptlet logic in JSP files. Good Luck, Van -- Mike "Van" Riper [EMAIL PROTECTED] http://weblogs.java.net/blog/van_riper/ Silicon Valley Web Developer JUG https://sv-web-jug.dev.java.net JUGs International MAP http:/

[S2] Successfully migrated my WW-2.2 app to Struts-2.0.9

2007-08-06 Thread Van Riper
iccups during a full regression test run, but, things are basically working now. This was done on a SVN branch, but, I should be able to make the same changes in a matter of hours (thanks to IntelliJ) on our main trunk later this week after completing my regression testing on the branch. Phew!

Re: ActiveMQ Problem migrating from WebWork 2.2.2 to Struts 2.0.9

2007-08-06 Thread Van Riper
. Looks like you are using the Spring plugin, which it > sounds like you shouldn't be. Remove the > struts2-spring-plugin-VERSION.jar from your WEB-INF/lib. > > Don > > On 8/4/07, Van Riper <[EMAIL PROTECTED]> wrote: > > I'm running into trouble migrating my

ActiveMQ Problem migrating from WebWork 2.2.2 to Struts 2.0.9

2007-08-03 Thread Van Riper
tionFactory class. However, it is packaged like so: org.apache.activemq.ActiveMQConnectionFactory I am beginning to spin my wheels on this. Any pointers or suggestions would be much appreciated. If I can't figure this out, I may have to admit defeat and switch to Rails development. ;-) -Va

Re: s2: Base url in jsp's

2007-06-21 Thread Van Riper
app framework support required. We give the base element an "id" because we have some javascript functions that need to access the base document URL dynamically. This makes it easy to do the element lookup by id via Javascript elsewhere. Cheers, Van Mike Van Riper [EMAIL PROTECTED] Silicon

[ANNOUNCE] Silicon Valley Web Developer JUG

2004-07-12 Thread Van Riper, Mike
27;ll continue to post announcements here on the struts-user list. However, the frequency of those postings will be lower now with the broader focus of the group going forward. That's All Folks, Van Mike "Van" Riper mailto:[EMAIL PROTECTED] https://sv-

[ANNOUNCEMENT] 6/27 Struts User Gathering at JavaOne

2004-06-21 Thread Van Riper, Mike
uding directions can be found here: http://tinyurl.com/2mpsq RSVP requested to [EMAIL PROTECTED] with the subject "Struts User Gathering." Please RSVP by 5:00pm on Saturday, June 26th. Thanks, Mike Van Riper Silicon Valley Struts User Group http://www.baychi.org/bof/struts/ P.S.

[OT] JavaOne Struts User Gathering

2004-06-19 Thread Van Riper, Mike
staurants that would be a good venue for this gathering. Besides being big enough for the expected number of people, I'm looking for a place with good *beer* and at least some decent food options too. Thanks, Van Mike "Van" Riper Silicon Valley Struts Use

RE: Enumerating sessions

2004-06-15 Thread Van Riper, Mike
t the sessionDestroyed() callback whether they explicitly log out and you expire the session, or the session simply times out on its own because of inactivity (or as a result of closing the client-side browser window without explicitly logging out). Hope this helps, Van Mike "Van" Riper Silicon Val

RE: Validator mask boundary matchers don't work

2004-05-11 Thread Van Riper, Mike
> > > > I'll try your suggestion. > > > I tried \w+\s\w+ (plus instead of * in order to require at > least one), > and it still accepts more than two strings, e.g. "xxx yyy zzz"... Are you including the special start of line "^" and end of line "$" characters in your regular expression. Unless y

RE: Dealing with XSS in struts

2004-05-05 Thread Van Riper, Mike
> -Original Message- > From: Craig McClanahan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 11:01 AM > To: Struts Users Mailing List > Subject: Re: Dealing with XSS in struts > > > Van Riper, Mike wrote: > > >>-Original Message

RE: Dealing with XSS in struts

2004-05-05 Thread Van Riper, Mike
> -Original Message- > From: Craig McClanahan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 9:47 AM > To: Struts Users Mailing List > Subject: Re: Dealing with XSS in struts > > > jeff mutonho wrote: > > >Hi > >What are the recommendations to deal with cross-site > scriptin

RE: Dealing with XSS in struts

2004-05-05 Thread Van Riper, Mike
ing on the "input" setting of the associated action mapping. I was also able to implement the second approach using a global forward for the error page and doing a lookup (i.e., mapping.findForward()) to implement the error handling that way. Hope this helps, Van Mike "Van" Ri

[ANNOUNCE] 5/5 Vic Cekvenich talk at Silicon Valley Struts User G roup Mtg

2004-04-22 Thread Van Riper, Mike
here: http://www.baychi.org/bof/struts/20040505/ If you plan on attending, an RSVP in advance is requested. Please send RSVPs to me no later than noon on the day of the meeting. Thanks, Van Mike "Van" Riper mailto:[EMAIL PROTECTED] Silicon Valley Struts User Group http://www.baychi.org/