Re: OT-ish: JSP equivalent for application.cfc?

2007-08-31 Thread Nick de Voil
Pete

  Does JSP have an analogue to the application.cfc file?

No, at least not a standard analogue (some JSP containers like JRun 
have/had a non-standard thing called global.jsa.) You can initialise 
simple global variables using web.xml.

  Any other tips for a CF guy teaching himself JSP?  I'm using Apache 
Tomcat.

Take a look at tag libraries (taglibs), Struts and Hibernate.

A JSP app written using taglibs looks remarkably like a CF application - 
not surprisingly, since taglibs were invented by people from Allaire, I 
believe.

Nick


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287512
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT-ish: JSP equivalent for application.cfc?

2007-08-31 Thread Rick Root
Are people still using JSP?

Isn't it even more of a dying language than Coldfusion? ;)

Rick

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287518
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT-ish: JSP equivalent for application.cfc?

2007-08-31 Thread Pete Ruckelshaus
The vast majority of developers that I know (mostly friends from previous
jobs) in this area are JSP developers.

Pete


On 8/31/07, Rick Root [EMAIL PROTECTED] wrote:

 Are people still using JSP?

 Isn't it even more of a dying language than Coldfusion? ;)

 Rick

 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287520
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: OT-ish: JSP equivalent for application.cfc?

2007-08-31 Thread Dave Watts
 Are people still using JSP?
 
 Isn't it even more of a dying language than Coldfusion? ;)

Oh no! But as Nick mentioned, many JSP programmers use some sort of
abstraction on top of JSP - templating libraries like Velocity, JSF, etc,
etc.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287530
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT-ish: JSP equivalent for application.cfc?

2007-08-30 Thread Pete Ruckelshaus
I'm teaching myself JSP after doing primarily CF for the past 8 years.

Does JSP have an analogue to the application.cfc file?

Any other tips for a CF guy teaching himself JSP?  I'm using Apache Tomcat.

Thanks,

Pete


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287501
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT-ish: JSP equivalent for application.cfc?

2007-08-30 Thread Claude Schneegans
 Any other tips for a CF guy teaching himself JSP?

Sure: Prosac!

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287503
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4