Re: [OT]what techonolgies will you use to develop a new web application

2005-11-11 Thread Wendy Smoak
On 11/11/05, Murray Collingwood <[EMAIL PROTECTED]> wrote:

> The I started looking for Tomcat, okay, so it's not included, there must
be a way to add
> it as a App Serverwell, if there is I can't find it.

This hints that Tomcat support is coming soon, though I couldn't find
anything on Sun's site. Craig?
http://rollerweblogger.org/page/roller?entry=java_creator_for_open_source

And you can deploy the .war files it creates to Tomcat, if you follow the
instructions here:
http://developers.sun.com/prodtech/javatools/jscreator/reference/tips/deploy_to_tomcat.html


--
Wendy


Re: [OT]what techonolgies will you use to develop a new web application

2005-11-10 Thread Murray Collingwood
I've now downloaded Studio Creator, installed and started it.

I managed to register my DataSource with MySQL (not listed by default).
I also managed to shutdown the Sun App Server which had automatically started.
I also managed to shutdown the pointbase database server, also started 
automatically

The I started looking for Tomcat, okay, so it's not included, there must be a 
way to add 
it as a App Serverwell, if there is I can't find it.

Looking around I then found the Studio Creator log file - I remember the issues 
I had 
trying to configure NetBeans and Eclipse to work and the endless exceptions 
reported 
just from starting the respective products...well Sun doesn't appear to have 
done any 
better:

*** Exception occurred  at Fri Nov 11 16:55:05 EST 2005
java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
at java.util.Vector.elementAt(Vector.java:431)
at 
javax.swing.tree.DefaultMutableTreeNode.getChildAt(DefaultMutableTreeNode.java:23
0)
at 
javax.swing.tree.VariableHeightLayoutCache$VisibleTreeStateNodeEnumeration.nextEl
ement(VariableHeightLayoutCache.java:1676)
at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1121)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)

How come people ship this stuff and it's broken when you first try and run it.  

Reminds me of that old joke, how do you sink an Australian battleship?
Put it in water.  Coming from Australia I can tell jokes like this - no offence 
to other 
Australians of course...


Well, I think I'll uninstall it and await NetBeans 5.

Cheers
mc


On 10 Nov 2005 at 4:41, Craig McClanahan wrote:

> On 11/10/05, Christian Bollmeyer <[EMAIL PROTECTED]> wrote:
> >
> > Just to add that Sun is offering both Java Studio Enterprise 8
> > and Java Studio Creator for free now,
> >
> > http://developers.sun.com/prodtech/javatools/free/
> 
> 
> Yep ... the new policy was announced at JavaOne Tokyo (where I am right now,
> having just presented on both Creator and Shale). It's not a one time promo,
> or related to EA and beta releases only ... this is the future.
> 
> -- Ch.
> 
> 
> 
> Craig
> 



FOCUS Computing - web design
Mob: 0415 24 26 24
[EMAIL PROTECTED]
http://www.focus-computing.com.au




-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.8/166 - Release Date: 10/11/2005


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



Re: [OT]what techonolgies will you use to develop a new web application

2005-11-10 Thread Craig McClanahan
On 11/10/05, Christian Bollmeyer <[EMAIL PROTECTED]> wrote:
>
> Just to add that Sun is offering both Java Studio Enterprise 8
> and Java Studio Creator for free now,
>
> http://developers.sun.com/prodtech/javatools/free/


Yep ... the new policy was announced at JavaOne Tokyo (where I am right now,
having just presented on both Creator and Shale). It's not a one time promo,
or related to EA and beta releases only ... this is the future.

-- Ch.



Craig


Re: [OT]what techonolgies will you use to develop a new web application

2005-11-10 Thread Christian Bollmeyer

Just to add that Sun is offering both Java Studio Enterprise 8
and Java Studio Creator for free now,

http://developers.sun.com/prodtech/javatools/free/

-- Ch.

JDeveloper 10.1.3 EA (which is also free) has excellent
JSF support, too.

Ted Husted schrieb:

On 11/9/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:


i have to develop a simple web application for CRUD



Java Studio Creator is suppose to be nice for that sort of thing:

* http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/index.html

-Ted.

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






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



Re: [OT]what techonolgies will you use to develop a new web application

2005-11-09 Thread Niall Pemberton
...and according to this, you can get it for free:

http://www.theserverside.com/news/thread.tss?thread_id=37496

Niall

- Original Message - 
From: "Craig McClanahan" <[EMAIL PROTECTED]>
Sent: Wednesday, November 09, 2005 11:28 PM


On 11/9/05, Ted Husted <[EMAIL PROTECTED]> wrote:
>
> On 11/9/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:
> > i have to develop a simple web application for CRUD
>
> Java Studio Creator is suppose to be nice for that sort of thing:
>
> *
> http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/index.html


It is :-)


I'm the product architect for Creator, so I'm a bit biased :-)


-Ted.


Craig


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



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



Re: [OT]what techonolgies will you use to develop a new web application

2005-11-09 Thread Craig McClanahan
On 11/9/05, Ted Husted <[EMAIL PROTECTED]> wrote:
>
> On 11/9/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:
> > i have to develop a simple web application for CRUD
>
> Java Studio Creator is suppose to be nice for that sort of thing:
>
> *
> http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/index.html


It is :-)


I'm the product architect for Creator, so I'm a bit biased :-)


-Ted.


Craig


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


Re: [OT]what techonolgies will you use to develop a new web application

2005-11-09 Thread Ted Husted
On 11/9/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:
> i have to develop a simple web application for CRUD

Java Studio Creator is suppose to be nice for that sort of thing:

* http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/index.html

-Ted.

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



RE: [OT]what techonolgies will you use to develop a new web application

2005-11-09 Thread Duane Rosengartner
I don't know folks; perhaps we're hung up on the word 'simple' or you'd
have gotten more responses. Or is it that we're a Struts User group and
we feel the question is rhetorical? No, that can't be it. I personally
feel you should have searched the archives on this one. It's one that's
asked every week sometimes twice. I realize in our line-of-work the
answer can change from week-to-week, but it'll change from
responder-to-responder just as well. You should repost on the
struts-BASHERS-user list just to make sure. 

OK, I'll give you some credit. You came to Struts-users for the answer.
Use the force, Luke: 

- try Struts

-Original Message-
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 09, 2005 1:15 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: [OT]what techonolgies will you use to develop a new web
application

Hi
i have to develop a simple web application for CRUD

Ashish

--- Larry Meadors <[EMAIL PROTECTED]> wrote:

> That is like asking "If you were going to build a house, where would 
> you build it?"
> 
> Sooo many variables.
> 
> I am currently working on an app that uses
> Spring+Struts+Tiles+iBATIS+Tomcat.
> 
> Provide some more details on what the app will do, and you will get 
> more accurate answers.
> 
> Larry
> 
> 
> On 11/9/05, Ashish Kulkarni
> <[EMAIL PROTECTED]> wrote:
> > Hi
> > Suppose i have to develop a new web application what are the best 
> > and latest techonlogies you recommend to use.
> >
> > 1 Framework : struts,struts+shale,jsf,tapestry
> > 2 front end(jsp): AJAX with JSF tages or with JSTL
> > 3 database connection: ibatis, hibernate, object relation dataase 
> > mapping
> > 4 business logic: EJB, spring or something else
> >
> >
> > Ashish
> >
> >
> >
> >
> > __
> > Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
> >
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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


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



Re: [OT]what techonolgies will you use to develop a new web application

2005-11-09 Thread Frank W. Zammetti
How simple an app are you talking about?  A handful of screens with very
basic displays and CRUD ops?  Heck, you might want to just go model-1 and
be done with it.  Or a very simple model-2 architecture (i.e., a single
servlet where all requests go to which either delegates to some class for
a given function or simply has all the functions' code in it).  Depending
on how simple it really is, one of those might be quite appropriate.

Of course, if there's *any* chance at all that it might be expanded in the
future, those probably are not good answers.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Wed, November 9, 2005 2:15 pm, Ashish Kulkarni said:
> Hi
> i have to develop a simple web application for CRUD
>
> Ashish
>
> --- Larry Meadors <[EMAIL PROTECTED]> wrote:
>
>> That is like asking "If you were going to build a
>> house, where would
>> you build it?"
>>
>> Sooo many variables.
>>
>> I am currently working on an app that uses
>> Spring+Struts+Tiles+iBATIS+Tomcat.
>>
>> Provide some more details on what the app will do,
>> and you will get
>> more accurate answers.
>>
>> Larry
>>
>>
>> On 11/9/05, Ashish Kulkarni
>> <[EMAIL PROTECTED]> wrote:
>> > Hi
>> > Suppose i have to develop a new web application
>> > what are the best and latest techonlogies you
>> > recommend to use.
>> >
>> > 1 Framework : struts,struts+shale,jsf,tapestry
>> > 2 front end(jsp): AJAX with JSF tages or with JSTL
>> > 3 database connection: ibatis, hibernate, object
>> > relation dataase mapping
>> > 4 business logic: EJB, spring or something else
>> >
>> >
>> > Ashish
>> >
>> >
>> >
>> >
>> > __
>> > Yahoo! Mail - PC Magazine Editors' Choice 2005
>> > http://mail.yahoo.com
>> >
>> >
>>
> -
>> > To unsubscribe, e-mail:
>> [EMAIL PROTECTED]
>> > For additional commands, e-mail:
>> [EMAIL PROTECTED]
>> >
>> >
>>
>>
> -
>> To unsubscribe, e-mail:
>> [EMAIL PROTECTED]
>> For additional commands, e-mail:
>> [EMAIL PROTECTED]
>>
>>
>
>
>
>
>
> __
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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



Re: [OT]what techonolgies will you use to develop a new web application

2005-11-09 Thread Ashish Kulkarni
Hi
i have to develop a simple web application for CRUD

Ashish

--- Larry Meadors <[EMAIL PROTECTED]> wrote:

> That is like asking "If you were going to build a
> house, where would
> you build it?"
> 
> Sooo many variables.
> 
> I am currently working on an app that uses
> Spring+Struts+Tiles+iBATIS+Tomcat.
> 
> Provide some more details on what the app will do,
> and you will get
> more accurate answers.
> 
> Larry
> 
> 
> On 11/9/05, Ashish Kulkarni
> <[EMAIL PROTECTED]> wrote:
> > Hi
> > Suppose i have to develop a new web application
> > what are the best and latest techonlogies you
> > recommend to use.
> >
> > 1 Framework : struts,struts+shale,jsf,tapestry
> > 2 front end(jsp): AJAX with JSF tages or with JSTL
> > 3 database connection: ibatis, hibernate, object
> > relation dataase mapping
> > 4 business logic: EJB, spring or something else
> >
> >
> > Ashish
> >
> >
> >
> >
> > __
> > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > http://mail.yahoo.com
> >
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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



Re: [OT]what techonolgies will you use to develop a new web application

2005-11-09 Thread Larry Meadors
That is like asking "If you were going to build a house, where would
you build it?"

Sooo many variables.

I am currently working on an app that uses Spring+Struts+Tiles+iBATIS+Tomcat.

Provide some more details on what the app will do, and you will get
more accurate answers.

Larry


On 11/9/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:
> Hi
> Suppose i have to develop a new web application
> what are the best and latest techonlogies you
> recommend to use.
>
> 1 Framework : struts,struts+shale,jsf,tapestry
> 2 front end(jsp): AJAX with JSF tages or with JSTL
> 3 database connection: ibatis, hibernate, object
> relation dataase mapping
> 4 business logic: EJB, spring or something else
>
>
> Ashish
>
>
>
>
> __
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



[OT]what techonolgies will you use to develop a new web application

2005-11-09 Thread Ashish Kulkarni
Hi
Suppose i have to develop a new web application
what are the best and latest techonlogies you
recommend to use.

1 Framework : struts,struts+shale,jsf,tapestry
2 front end(jsp): AJAX with JSF tages or with JSTL
3 database connection: ibatis, hibernate, object
relation dataase mapping
4 business logic: EJB, spring or something else


Ashish




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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