RE: Visually Developing Struts Pages

2002-11-14 Thread Bill Willis
Just to clarify, Aadithya is talking about the JSP support in
ObjectAssembler. It basically helps you insert and validate the use of
Struts tags. The support for Struts, Tiles, and Validator configurations
is *much* more extensive at this point. It also automates the packaging
of your JSPs, Struts components, and all related Struts configurations
in a WAR.

Is there a great need for WYSIWYG JSP editing? It looks like Macromedia
doesn't currently offer this. Does any other company out there do this?

Regards,
Bill

-Original Message-
From: Aadithya Deshpande [mailto:aadi@;clubmom-inc.com] 
Sent: Thursday, November 14, 2002 1:27 PM
To: 'Struts Users Mailing List'
Subject: RE: Visually Developing Struts Pages


I don't know how much help this is to you, but ObjectVenture does
provide a "GUI" for Struts; however in the demo that I played with, it
was little more than wizard-based adding of form elements and
properties; the real meat and potatoes work was still hand coding. For
us, we basically have a someone draft up the page in homesite /
dreamweaver and then we just throw in the form elements as we see fit (
if they're advanced enough, we can even have them write up the form
elements ) . we do the maintenance of the config file via James Holmes'
excellent Struts Console.

ObjectVenture's home page is ( unsurprisingly ) :
http://www.objectventure.com.  

-Original Message-
From: Jim Alemany [mailto:jalemany@;descartes.com]
Sent: Thursday, November 14, 2002 1:07 PM
To: [EMAIL PROTECTED]
Subject: Visually Developing Struts Pages


Hi,

I'm a web developer used to building sites/applications with
DreamweaverMX and the older Ultradev. I'm now involved in building
Struts applciations and would like to know what that best tools/methods
are for visually building Struts applications? Any feedback is welcomed.

Cheers,
Jim 

--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [ANNOUNCE] Tiles and Validator Support in ObjectAssembler 2.5

2002-11-14 Thread Bill Willis
If anyone had trouble getting to the download or support site, please
try again. We've cleared up some bandwidth issues.

Regards,
Bill

-Original Message-
From: Bill Willis [mailto:bwillis@;objectventure.com] 
Sent: Wednesday, November 13, 2002 11:19 PM
To: [EMAIL PROTECTED]
Subject: [ANNOUNCE] Tiles and Validator Support in ObjectAssembler 2.5


ObjectAssembler 2.5 Pro is now available:

http://www.objectventure.com/objectassembler.html

New Struts features in this release:

 - Full support for Tiles definitions
 - Full support for Validator 1.0 configurations
 - Jump from any element in our visual editor to its associated XML
 - Two-way development. Changes made to XML are immediately reflected in
the visual editor and vice versa
 - Two additional component types: Struts Exception and Validator
(allows the implementation of Validator rules). For each of these
components that are created, their use is automated in the Struts,
Tiles, and Validator configuration editor
 - Updated all Struts support to the latest 1.1 builds.

ObjectAssembler doesn't just help you generate configuration files. It
is a component-based Struts development environment that assists you in
building both Struts components and configuration files. It also
automates the process of packaging them in a WAR and generating the WAR
itself.

ObjectAssembler is currently supported in Jbuilder, Netbeans, Sun ONE
Studio, and as a standalone IDE. We are working on the next supported
IDE (the most popular requests being IDEA and Eclipse).

I invite you to take ObjectAssembler for a spin. The User Manual, which
is provided with the installation, explains how to make use of
ObjectAssembler's Struts support. We also have some simple Struts
Viewlets available here if you aren't quite up to downloading yet:
http://www.objectventure.com/demos.html. If you have any
questions/problems/feedback, please contact me directly or join me here:
http://support.objectventure.net.

Thanks to all of you who have already done so and provided valuable
feedback!

Best Regards,
Bill Willis
ObjectVenture Inc.



--
To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>




--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>




[ANNOUNCE] Tiles and Validator Support in ObjectAssembler 2.5

2002-11-13 Thread Bill Willis
ObjectAssembler 2.5 Pro is now available:

http://www.objectventure.com/objectassembler.html

New Struts features in this release:

 - Full support for Tiles definitions
 - Full support for Validator 1.0 configurations
 - Jump from any element in our visual editor to its associated XML
 - Two-way development. Changes made to XML are immediately reflected in
the visual editor and vice versa
 - Two additional component types: Struts Exception and Validator
(allows the implementation of Validator rules). For each of these
components that are created, their use is automated in the Struts,
Tiles, and Validator configuration editor
 - Updated all Struts support to the latest 1.1 builds.

ObjectAssembler doesn't just help you generate configuration files. It
is a component-based Struts development environment that assists you in
building both Struts components and configuration files. It also
automates the process of packaging them in a WAR and generating the WAR
itself.

ObjectAssembler is currently supported in Jbuilder, Netbeans, Sun ONE
Studio, and as a standalone IDE. We are working on the next supported
IDE (the most popular requests being IDEA and Eclipse).

I invite you to take ObjectAssembler for a spin. The User Manual, which
is provided with the installation, explains how to make use of
ObjectAssembler's Struts support. We also have some simple Struts
Viewlets available here if you aren't quite up to downloading yet:
http://www.objectventure.com/demos.html. If you have any
questions/problems/feedback, please contact me directly or join me here:
http://support.objectventure.net.

Thanks to all of you who have already done so and provided valuable
feedback!

Best Regards,
Bill Willis
ObjectVenture Inc.



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>




RE: [struts-example.war] Cannot find message resources under keyorg.apache.struts.action.MESSAGE

2002-09-05 Thread Bill Willis

Hi Brian,

I get the exact same error when not using *any* message resources in a
Struts app. After I add the following message resource in the Struts
configuration file, the problem goes away:
 
parameter: ApplicationResources 
key: org.apache.struts.action.MESSAGE

I still don't understand why this is necessary. I always assumed it was
something silly I missed, but nobody has pointed that something out to
me as of yet. A number of our customers also have this problem...

Regards,
Bill Willis
ObjectVenture Inc.


-Original Message-
From: Brian Holzer [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 04, 2002 5:59 PM
To: >
Subject: [struts-example.war] Cannot find message resources under
keyorg.apache.struts.action.MESSAGE

Hi all,
   Excuse me for posting this again, but I posted it on Friday and the
whole [VOTE] thing was dominating the list, and I receieved no
responses.
   I am using Silverstream version 3.7.3 and in searching the mail
archive to try to solve this problem I have only seen reference to
Tomcat and Weblogic (in regards to the struts-example app), and they
were both version problems.
   I tried to find the fix for this in the mail archive but was
unsuccessful.  I downloaded the nightly build from 20020904 and deployed
the struts-example.war successfully.  However when I try to access the
app I am getting the following exception.

javax.servlet.ServletException: 
 
I took a look at the struts-config.xml file and the 
 element is there and appears okay.

Has anyone had this same problem with this version of the nightly build.

Brian



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [ValueObjects] New methods not seen

2002-09-05 Thread Bill Willis

Hi Mark,

Have you done a clean recompile? In other words, have you wiped out all
.class files and recompiled everything? Have you then made sure that the
new classes are being included with your deployed app? Static members
are notorious for causing these kinds of problems (especially with the
value of constants) when doing incremental compiles.

Regards,
Bill

-Original Message-
From: Mark Kaye [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, September 05, 2002 8:25 AM
To: Struts Users Mailing List
Subject: [ValueObjects] New methods not seen

I use ValueObject Beans to pass data between my struts actions and my
back-end business objects.  For some reason, if I add a new method to my
ValueObject the rest of my business layer can't seem to see it, even
though the IDE does and the classes compile just fine!  Has anyone got
any ideas why?  When I run the app I get a stack trace and the following
error:

java.lang.NoSuchMethodError: com.getitall.vo.LoginVO.setIsLoggedIn(Z)V

I can assure you that LoginVO does indeed have the setIsLoggedIn method!

--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Java Server Faces and Developer Life Comments

2002-08-31 Thread Bill Willis

Hi Tiago,

"... I don't understand why IDE like Jbuilder don't come with support
for frameworks like struts. In version 8 or 9 maybe there will be
integration with JSF, by then JSF 2 will be out..."

That support already exists. Try ObjectAssembler, Struts Console, etc.
Remember that most IDEs will give you okay support for ten zillion
different things but rarely deep support for anything. Try one of the
Struts tools that plugs into JBuilder and other IDEs seamlessly and get
deep, intelligent support for Struts. You won't have to wait around for
mediocre Struts support. :-)

Regards,
Bill



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for struts - jbuilder?

2002-08-12 Thread Bill Willis

Hi Fabian,

You should definitely try ObjectAssembler:
http://www.objectventure.com/products/objectassembler.html.

It integrates tightly with JBuilder (and other IDEs) and provides
two-way tools for building Struts components and configurations. The
Standard version, which offers web and Struts 1.1 development, is FREE.
I encourage you to take a look at the User Manual before getting started
and to visit the support forum (http://support.objectventure.net) if you
have any questions or comments.

Feel free to contact me offline if you want more information.

Regards,
Bill


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 12, 2002 5:22 AM
To: [EMAIL PROTECTED]
Subject: IDE for struts - jbuilder?

Hello!

Can someone tell me what´s the best IDE to develop web-apps using
struts?
I tried to use struts in jbuilder, but the tools I found were not too
impressive (easy-struts and tagvision). Any hints how to use struts in
common IDEs would be fine...
Thanks!
Fabian Sommer 


--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [ANNOUNCE] ObjectAssembler 2.0

2002-07-24 Thread Bill Willis

Everyone,

We could provide installers in the future that do not include a JRE (used
for the installer only), which would significantly reduce the size of the
installers. We have had occasional problems in the past, though, with the
JRE configurations some people have...

Any thoughts?

Regards,
Bill

-Original Message-
From: Bill Willis [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 11:33 PM
To: Struts Users Mailing List
Subject: RE: [ANNOUNCE] ObjectAssembler 2.0


Hi Eddie,

The standalone is built on Netbeans (includes Netbeans in the installer) and
is a *full* development IDE, so it is fairly large. However, it is much
smaller than most IDEs.

The plugin versions are quite a bit smaller, so use them if you already have
Netbeans, Sun ONE Studio, or JBuilder installed.

We will be posting more Viewlets for those of you who wish to see
ObjectAssembler in action before downloading...

Regards,
Bill

-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 11:27 PM
To: Struts Users Mailing List
Subject: Re: [ANNOUNCE] ObjectAssembler 2.0


Wow - that's quite a large download ...



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [ANNOUNCE] ObjectAssembler 2.0

2002-07-24 Thread Bill Willis

Hi Eddie,

The standalone is built on Netbeans (includes Netbeans in the installer) and
is a *full* development IDE, so it is fairly large. However, it is much
smaller than most IDEs.

The plugin versions are quite a bit smaller, so use them if you already have
Netbeans, Sun ONE Studio, or JBuilder installed.

We will be posting more Viewlets for those of you who wish to see
ObjectAssembler in action before downloading...

Regards,
Bill

-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 11:27 PM
To: Struts Users Mailing List
Subject: Re: [ANNOUNCE] ObjectAssembler 2.0


Wow - that's quite a large download ...



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




[ANNOUNCE] ObjectAssembler 2.0

2002-07-24 Thread Bill Willis

Dear Struts Community,

ObjectVenture is pleased to announce the release of ObjectAssembler 2.0, a
visual two-way development environment for J2EE applications - including
native support for Struts 1.1. Thanks to all of you who participated in our
open beta!

The standard edition, which covers web (JSP/Servlets) and Struts
development, is FREE! You may download it here:
http://www.objectventure.com/products/objectassembler.html

The new user manual is available here (4.5 MB). It includes information on
how to get started with the Struts support.
http://www.objectventure.com/files/oa/ObjectAssembler-UserManual.pdf

We also have a new support forum here:
http://support.objectventure.net

=

NEW FEATURES IN v2.0:

Standard Edition:
(*) Complete Struts 1.1 support, including multiple configuration files.
(*) Import existing Struts configuration files and components.
(*) In addition to JBuilder, ObjectAssembler now integrates with Netbeans
and Sun ONE Studio.
(*) New standalone version that is built on Netbeans.
(*) Complete Servlet 2.3 and JSP 1.2 support for visually building
components and WARs.
(*) New component types: Struts PlugIn, Struts DynaActionForm, Servlet
Filter, and Servlet Lifecycle Event.
(*) Drop any TLD in a certain place (see user manual), and ObjectAssembler
will automate and validate the use of its tags in the visual JSP editor.
(*) Create relationships between components.
(*) New User Manual
(*) And more...

Professional Edition:
- All Standard Edition features, plus
(*) Complete EJB 2.0 support for visually building components and EJB JARs.
(*) Complete J2EE 1.3 support for visually building EARs
(*) New component type: Message-driven Bean.
(*) Integrated deployment to Weblogic 7.x and HPAS 8.x. More to come!
(*) And more...

Enterprise Edition:
- All Professional Edition features, plus
(*) New visual pattern development environment based on XML that supports
the open Pattern and Component Markup Language (PCML) effort.
(*) Integrated Sun Java Center pattern catalog.
(*) Import and export pattern catalog archives (CARs).
(*) Real-time HTML documentation of catalogs, patterns, and strategies as
you work via XSLT (ships with default templates that you can change).
(*) Apply pattern strategies to components.
(*) Automated code generation from patterns.
(*) See how your applied pattern strategies are mapped to your components.
(*) Real-time validation of patterns and applied pattern strategies.
(*) And more...

=

Other features of interest:

(*) Visual JSP development
(*) Automated component and assembly (EAR, EJB-JAR, JAR, and WAR) generation
with automated handling of accessory files.
(*) Work with your components visually or via the source code editor after
generation and the two stay in synch. No black boxes here...
(*) Automated placement of all generated components in the appropriate
assemblies (including the default struts configuration).
(*) Import components, including EJBs from a database schema.
(*) Real-time validation of all components and assemblies as you work,
including automated corrective actions where appropriate.
(*) And much more...

=

We hope you will take ObjectAssembler for a spin and let us know what you
think. And please stay tuned for some exciting new features and products we
have on the way.

Best Regards,
The ObjectAssembler Team


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Struts-based bug tracking tool

2002-05-24 Thread Bill Willis

Hello everyone,

I thought I remembered hearing about such a beast about a month or two ago.
I searched the archives but was not successful finding it. Am I dreaming or
does such a tool exist?

Regards,
Bill


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Anyone want a tool to validate a struts war file?

2002-05-20 Thread Bill Willis

Hi everyone,

I would like to hear much more about what you would find valuable in tools
that automate Struts development. We have a tool called ObjectAssembler that
supports Struts in the following ways:

 - Visual creation, importing, and editing of Struts components (Actions,
ActionForms, Plugins, etc.). You can also edit the code and the two views
will synch up.
 - Visual creation, importing, and editing of Struts configurations
 - Automated generation of associated XML files, and packaging with
accessory files in the WAR
 - Real-time validation of your Struts configurations as you work

Similar functionality is available for WARs, EARs, and EJB JARs. Importing
whole assemblies is not yet supported but would not be difficult for us to
provide. Once imported (assembly descriptor, components, and accessory
files), the real-time validation would then passively display any warnings
or errors with any possible corrective actions as it does now.

The web development edition (which includes Struts functionality) is free of
charge for anyone to use. Version 2.0, which supports Struts 1.1, will be
released next month (JBuilder and Netbeans/Forte editions). Anyone who is
interested in seeing a beta before then should contact me directly. I think
I can speak for all Struts tools providers in saying that you should
regularly mention what features you would find valuable. Feel free to dream
all you want - perhaps some of them will become a reality sooner than you
think!

By the way, would anyone be interested in the same kind of support for
Validator, Tiles, etc.?

Regards,

Bill Willis
Director of Engineering
ObjectVenture Inc.
Tel: (571) 203-7145
Fax: (508) 804-5706
E-Mail: mailto:[EMAIL PROTECTED]
Visit our web site at http://www.objectventure.com



-Original Message-
From: JM [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 20, 2002 5:47 PM
To: Struts Users Mailing List
Subject: RE: Anyone want a tool to validate a struts war file?


Actually, what I would find more interesting is a "struts aware" tool that
lets you load/mount a war file.
Then the tool/module would rip through it and produce all my documentation
and (UML) workflow diagrams.

As well as produce a "recommended.htm" that lists common mistakes and/or
configuration issues.

Yaa yaa, I know, I'm dreaming.

JM

"No one can earn a million dollars honestly."
- William Jennings Bryan (1860-1925)



> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 20, 2002 5:19 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Anyone want a tool to validate a struts war file?
>
>
> I thought about it, then got busy and forgot.  I'd like to take a look.
>
> -Original Message-
> From: JM [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 20, 2002 5:20 PM
>
> Did anyone ever responsd to this?
>
> JM
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, May 19, 2002 10:24 PM
> >
> >
> > We've done the basics of war validation (making sure servlets
> > defined exist
> > etc, jsp files exist) as part of maven. It would be quite easy for us to
> > add a validator to ensure a struts war is ok, e.g. struts-config refers
> > only to classes in the war etc.
> >
> > Anyone want one?
> > --
> > dIon Gillard, Multitask Consulting
> > Work:  http://www.multitask.com.au
> > Developers: http://adslgateway.multitask.com.au/developers
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Multi Device application with STRUTS

2002-04-09 Thread Bill Willis

Hello Manuel,

We have a product called Roaming Wireless Framework, which is based on
Struts. It has device detection capabilities built in (WAP, I-Mode, PQA,
HTML, etc.) - all you need to do is set a property (called 'device') on a
forward to make it device sensitive (see below). It also has a set of device
generic and device specific tags that you can use to control the view and
data sources.


  ...
  


  


  
  ...


If you are interested in RWF and its features, check out the following URL:
http://www.objectventure.com/products/rwf.html

Regards,
Bill

-Original Message-
From: Manuel Vilar [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 12:07 PM
To: [EMAIL PROTECTED]
Subject: TR: Multi Device application with STRUTS


Hello,

First : I am a French developper, so I apologize for my poor English !

Our society decided to use STRUTS because of it’s MVC approach !

Our applications have to be accessed by differents customers devices.
Each customer device supports different languages ( html, vdxml, WML,
etc...)

What’s on ?

STRUTS having not intrisinc customer device notion, we are thinking about
two ways
for making STRUTS have a customer device notion.


Method 1 :


Upgrading ourself STRUTS to implement a device detection ( This info could
be retrieved in
the fisrt customer header request ).
This approach would mean that all the specific device code ( Views,
Forms,... ) should be selected
automaticly by forwards functions, and generally by all the STRUTS functions
expecting
a parameter like path=”example.jsp” or any page indication parameter
 input=”MyForm” in the case of an input action).

Example :
The first application page is “index.jsp”

In struts-config.xml we define this action :




There is no “welcome.jsp” but two pages named respectivly “welcome_A.jsp”
and contains html code,
and “welcome_B.jsp” which contains WML code.

A Customer Device accept html ( Netscape browser )
B Customer Device accept wml ( WAP )

The “index.jsp” which is the common page could detect customer device and
sets the Device Value to A or B.
“index.jsp” contains a link wich page=“welcome.do”

So we start !

When the customer selects the link “welcome.do”, STRUTS action called
forward could return “welcome_A.jsp”,
assuming current device is A.

We are here speaking of suffixed pages with A and B. We could  use the same
pages names but in different directories like that :
“A/welcome.jsp” for A Device ( html )
“B/welcome.jsp” for B Device.( WML )


Method 2 :

Making two applications, the fisrt for A Customer Devices and the second for
B Customer Devices, and force them to share ( if we can do so ! )
the ressources that are not Device specific.






Questions :


Am I Wrong ? ( because none of these methods should be applied or there is a
simple way )

Best way ?


Thank you all for your answers,


Manuel Vilar,




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [ANNOUNCE] ObjectAssembler - Free Struts Development Tool

2002-01-27 Thread Bill Willis

Hi Mark,

Actually, we are working on that right now! I will announce it here when it
is ready.

Regards,
Bill

-Original Message-
From: McDowell, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 25, 2002 4:49 PM
To: 'Struts Users Mailing List'
Subject: RE: [ANNOUNCE] ObjectAssembler - Free Struts Development Tool


I wish you had it available for Forte for Java... :(

-Original Message-----
From: Bill Willis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 22, 2002 11:12 AM
To: [EMAIL PROTECTED]
Subject: [ANNOUNCE] ObjectAssembler - Free Struts Development Tool


Hello everyone,

We have just released a free version of our J2EE development environment,
ObjectAssembler Standard, that supports Struts applications. Here is a brief
description:

"ObjectAssembler Standard is focused on supporting developers whose sole
area of concern is developing Servlets, JSPs, JavaBeans and Struts
components. It provides a visual development and code synchronization
environment for the creation and assembly of these components into web
applications."

Here is the download page:

http://www.objectventure.com/products/objectassembler.html

Here is a Viewlet showing some of ObjectAssembler's features:

http://www.objectventure.com/demo/IntroStruts_viewlet.html

Please give it a try and tell us what you think. We are currently working on
our next major release that will provide J2EE 1.3 support. We also plan to
support Struts as it evolves (multi-app support, etc.), so any input we
receive would make that support even better.

Regards,

Bill Willis
Director of Engineering
ObjectVenture Inc.
Tel: (571) 203-7145
Fax: (508) 804-5706
E-Mail: mailto:[EMAIL PROTECTED]
Visit our web site http://www.objectventure.com


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




[ANNOUNCE] ObjectAssembler - Free Struts Development Tool

2002-01-22 Thread Bill Willis

Hello everyone,

We have just released a free version of our J2EE development environment,
ObjectAssembler Standard, that supports Struts applications. Here is a brief
description:

"ObjectAssembler Standard is focused on supporting developers whose sole
area of concern is developing Servlets, JSPs, JavaBeans and Struts
components. It provides a visual development and code synchronization
environment for the creation and assembly of these components into web
applications."

Here is the download page:

http://www.objectventure.com/products/objectassembler.html

Here is a Viewlet showing some of ObjectAssembler's features:

http://www.objectventure.com/demo/IntroStruts_viewlet.html

Please give it a try and tell us what you think. We are currently working on
our next major release that will provide J2EE 1.3 support. We also plan to
support Struts as it evolves (multi-app support, etc.), so any input we
receive would make that support even better.

Regards,

Bill Willis
Director of Engineering
ObjectVenture Inc.
Tel: (571) 203-7145
Fax: (508) 804-5706
E-Mail: mailto:[EMAIL PROTECTED]
Visit our web site http://www.objectventure.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Common User Interface for JSP's

2001-11-02 Thread Bill Willis

http://cvs.apache.org/viewcvs/jakarta-struts/contrib/tiles/

Regards,
Bill

-Original Message-
From: Prengaman.Karen [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 02, 2001 01:51 PM
To: 'Struts Users Mailing List'
Subject: RE: Common User Interface for JSP's


Hi Ted,

I joined the Struts Mailing List yesterday and have already learned some
valuable information.  I have seen Tiles refered to in several different
posts and am wondering where I can find out more information about it (I
couldn't find a Contrib folder, but wasn't sure where to look for it).  If
you or someone else could point me in the right direction, I would
appreciate it.

Thanks,

Karen

-Original Message-
From: Ted Husted [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 02, 2001 9:17 AM
To: Struts Users Mailing List
Subject: Re: Common User Interface for JSP's


The Tiles version (in the Contrib folder) can be integrated with the
Action forwards, eliminating places where another physical file might
otherwise be needed. This uses a XML configuration file, which is very
"Struts-like".

CSS can be used along with JSP templates.

Other than that, I would say a CUI is a CUI, and you could compare each
on its own merits.

What other interface rendering utilities did you have in mind?

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel +1 716 737-3463
-- http://www.husted.com/struts/


John Regan wrote:
>
> Can anyone enlighten me on the Pros and Cons of using the Struts template
> taglib as opposed to say CSS or any other common interface rendering
> utility?
>
> Thanks in advance.
>
> JBR

--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: