Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Real time web deployment

Reply
Thread Tools

Real time web deployment

 
 
focode
Guest
Posts: n/a
 
      01-15-2009
i have developed website at my home pc in netbeans IDE using J2EE and
mysql, and plan to publish it , if any one can tell me in what
format do the companies take this ,, will they require the war file or
separate jsp , sql , servlet file , if possible tell me the detail
process and name of some good companies where rate is cheap with good
service
 
Reply With Quote
 
 
 
 
Mark Space
Guest
Posts: n/a
 
      01-15-2009
focode wrote:
> i have developed website at my home pc in netbeans IDE using J2EE and
> mysql, and plan to publish it , if any one can tell me in what
> format do the companies take this ,, will they require the war file or
> separate jsp , sql , servlet file , if possible tell me the detail
> process and name of some good companies where rate is cheap with good
> service


Depends on the site. Some force you do deploy individual .jsp/.class
files, other allow you to deploy a full .war.

I'm not sure what best, but here's one I've been looking at:

http://www.mochahost.com/java.php
 
Reply With Quote
 
 
 
 
Lew
Guest
Posts: n/a
 
      01-15-2009
focode wrote:
>> i [sic] have developed website at my home pc in netbeans IDE using J2EE and
>> mysql, and plan to publish it , if any one can tell me in what
>> format do the companies take this ,, will they require the war file or
>> separate jsp , sql , servlet file ,


Mark Space wrote:
> Depends on the site. Some force you do deploy individual .jsp/.class
> files, other allow you to deploy a full .war.


They had all better accept WAR files since that's what the standard requires.

Java™ Platform, Enterprise Edition
(Java EE) Specification, v5
Ss. EE 8.4:
> Any Java EE product must be able to accept a Java EE application delivered
> as a .ear file or a stand-alone Java EE module delivered as a .jar, .war, or .rar
> file (as appropriate to its type).


--
Lew
 
Reply With Quote
 
Mark Space
Guest
Posts: n/a
 
      01-15-2009
Lew wrote:

> They had all better accept WAR files since that's what the standard
> requires.


I forget the exact reason, but some shared solutions required you to
deploy individual files because the way they were sharing the single
container instance it would reset all wep apps, not just yours, if it
had to unpack a new .war file (or something like that). The same
hosting provider had, for a few dollars more per month, a private
container that you could upload .war files to.

It's just an extreme low cost solution. Hobby sites, mostly, I'd say.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ok time to do a partition (system) back up, for real this time.suggestions please squirlchatr@yahoo.com Computer Support 2 04-22-2009 10:42 AM
Is time.time() < time.time() always true? flamesrock Python 8 11-24-2006 06:51 AM
Enterprise Library deployment problem. Why needs to InstallUtil DLLs to the deployment server? If not, Registry Error whould shown. Benny Ng ASP .Net 0 10-03-2005 05:40 AM
Real big deployment problem =?Utf-8?B?Q2hhcmw=?= ASP .Net 2 04-19-2005 05:37 AM
Real time converted to Unix time Brian Perl Misc 1 08-29-2003 04:36 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57