cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

Best practice deployment for custom Java - toJARor not to JAR?

ddemay
1-Newbie

Best practice deployment for custom Java - toJARor not to JAR?

I maintain a copy of wtCustom and wtSafeArea in my version control tool.

Typically, I Always baseline a windchill home directory immediately after install as a jar or tar or rar file. I also backup directory servers and database.

If I have the space, I'll check it in uncompressed to the version control tool as a separate tag or baseline to do directory comparisions.

I also have script where I run @drop-ddl-wt.sql

Obviously I'm speaking of test and developmemt system deployment processes, but for production, where applicable, my Ant scripts copy original files to wtCustom or wtSafeArea before I copy file(s) being deployed.

I aim to be able to revert to any configuration previously used.

Not sure if that answered the question?

Dave


Sent from my Verizon Wireless BlackBerry
7 REPLIES 7
ddemay
1-Newbie
(To:ddemay)

If it goes under Wt home, for me, it goes into a built jar file and is unjarred and deployed on my server.

My version control tool emulates wt-home directory... So it has a codebase, src, loadfiles, loadXMLfiles, wtCustom, etc. All .java code is placed into src directory for Eclipse or Netbeans to work with.


Sent from my Verizon Wireless BlackBerry
dtkach1
1-Newbie
(To:ddemay)

Do you use GWT for front-end development or just JSP?

Thanks,
Dmitry
PreetiGupta
14-Alexandrite
(To:ddemay)

Haven't used Google Web Toolkit yet with Windchill. I don't know if PTC recommend anything on it.

From: Tkach, Dymitry [
ddemay
1-Newbie
(To:ddemay)

I could but have not had a customer request it. I have dabbled with it back in 8.0 when GWT was beta and started out.

Use of any technology: COBOL to Ruby on Rails, the method I use is based on the Windchill directory structure...


Sent from my Verizon Wireless BlackBerry
dtkach1
1-Newbie
(To:ddemay)

Thanks. I found it to be the very easy in development. There are still
some concerns but I think it works pretty well.

Dmitry
ddemay
1-Newbie
(To:ddemay)

If you ever want the XML to load an OIR from the command line, just ask.



Obviously what we are talking about is a system where customization takes
place to fit Windchill into a legacy (hard to change or political) business
process.



From: Gupta,Preeti,IRVINE,R&D [
jessh
5-Regular Member
(To:ddemay)

Of course if you're in 10.0 or higher then the servlet engine and method
server are one and the same -- but even there you generally want to
offload really long running operations to a background queue and thus to
a background method server.

Announcements


Top Tags