You can join the our mailing list by entering your e-mail address below. A reply will be required for verification.

Meeting Announcement

The Orlando JUG is a non-profit, vendor-independent organization. The primary goals for this group will be to provide Java-related information to its members, to facilitate contacts between its members, and to promote the use of Java technology in the Orlando Area. Through the generosity of corporate and individual sponsors, membership is free!

Next Meeting: April 24, 2003.

Hello Orlando Java Enthusiasts,

The next meeting of the Orlando Java Users Group is Thursday, April 24, 2003. We will be introducing a new user group forming in the Orlando Area, The Orlando BEA User Group. This introduction will include a technical presentation from Matt Gunter of BEA on Security in Web Services. The details are below, feel free to pass this invitation on to anyone you know that might be interested. The Orlando Java User group is open to anyone interested in Java Technology. Don't forget to send your RSVP to rsvp@orlandojug.org if you plan on attending.

Presentation: Security within Web Services for JAVA. Presentation is available as a 473kb pdf file.
As a result of this presentation, you will be able to:
  • Understand how Weblogic Server security relates to Weblogic Workshop security
  • Develop a Weblogic Workshop web services security strategy using transport security, message security, and/ or role based security
  • Understand the new Weblogic Workshop 8.1 WS- Security implementation


Speaker: Matt Gunter , Principal Systems Engineer-BEA Systems
Matt helps BEA customers apply emerging technologies involving webservices, j2ee and java and realize benefits in the areas of developer productivity and application maintainability.

Host: Seminole Community College - Lake Mary Campus
Our meeting will be in Room J-100. Room J-100 is on the lowest floor and most easily accessed using the door on the BuildingLayout.EAST face of the building (see map below)
http://www.scc-fl.edu/pdf/sanford_map07-2002.pdf

Agenda: Thursday, April 24, 2003
6:30pm - 7:00pm: Networking, Refreshments Served
7:00pm - 8:00pm: Presentation, Questions/Discussion
8:00pm - ?: Networking

RSVP: Please respond to rsvp@orlandojug.org so that we can estimate the number of people attending the meeting.

Please tell your co-workers and fellow Java enthusiasts. As always I hope to see you there.



Matt also provided a followup to a question asked during his presentation:

One of the questions asked last week was whether XMLBeans could be used for insert and update and delete. Here is the answer....

You use an XmlCursor instance to navigate through and manipulate an XML instance document. Once you obtain an XML document, you can create a cursor to represent a specific place in the XML. Because you can use a cursor with or without a schema corresponding to the XML, cursors are an ideal way to handle XML without a schema. You can create a new cursor by calling the newCursor method exposed by an object representing the XML, whether it was parsed into a strong type compiled from schema or an XmlObject (as in the no-schema case).

With an XmlCursor, you can also:

  • Execute XQuery expressions against the XML with the execQuery method.
  • Edit and reshape the document, inserting, moving and removing XML.
  • Insert bookmarks that "stick" to the XML at the cursor's position even if the cursor or XML moves.
  • Get and set values for containers (elements and whole documents), attributes, processing instructions, and comments.
See http://workshop.bea.com/xmlbeans/reference/com/bea/xml/XmlCursor.html.


Minute by minute of past meetings About the Orlando Java Users Group contact us! start at the top!