Terry Rappatillo

Greenhorn
+ Follow
since Jul 13, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Terry Rappatillo

Hello, I recommend you'd have a look of IntelliJ IDEA.
15 years ago
Hello Dmitry, do you have any plans to improve the web service support in IDEA? AFAIK, web services are currently supported via thirtd party plugin called WebServicesPlugin and it supports technologies like AXIS.

What I'm currently looking for is an easier creation and a test bed of JAX-WS based web services. I've got some EJB3 based facades that are turned into web services just with an appropriate annotations.

Regards, Tero
Dear Dmitry, I saw a conversation on web that one of the following releases of IDEA'd introduce a quirks mode incompatibility checker. I think feature like that is really useful as modern applications are more and more browser-driven these days and are required to function properly on many different web browsers.

Do you have any plans to implement javascript debugger directly into IDEA or as a separate plugin in the near future? I think It'd be useful to have a debugger when doing something more complicated with javascript e.g. when web application exhanges SOAP messages with a web service that's rather general in applications that takes advantage of AJAX technologies.

According to my knowledge the HTML Preview plugin is Mozilla-based. Would it be possible to incorporate the javascript debugger Mozilla has into IDEA as well?

Regards, Tero

Originally posted by Jothi Shankar Kumar Sankararaj:
So, how can I use intelliJ to connect to a database??



Have a look of plugins like SQL Query plugin or DBHelper. They're very decent, IMHO.

Regards, Tero
Hello, how does one filter what's diplayed on Scope: Project view? I'm looking for something that Eclipse has in the package explore view: a mask where one can define a pattern of files which are excluded e.g. files that are generated by ant task etc.

Or more preferably I'd love to have the SVN plugin to support ignore properties.

Best regards, Tero
There's a separate installer for the version that supports Unicode - at least in the PRO edition of JCreator.

Which version do you use - PRO or LE?

Originally posted by Stan James:
[QB]I'm a total novice in this area (except for 20 years on IBM's mainframe VM) but this bit:

didn't seem to match what Xen claims. They say that future versions of Windows may have hooks that will let Xen run them. I skimmed a Xen architecture whitepaper and it seems to require more OS level customization than VMWare and interestingly works more easily on Intel.



Ah, sorry. It's been a while I've checked Xen's web pages last time and this windows support seems to be quite fresh thing.
18 years ago

Originally posted by Stan James:
I was reading about Xen just before I read this. Free, Intel based, runs many different OSs (at the same time!) on top of the VM. Robust enough for hosting sites that let you run anything you like on your virtual server.



There's also a commercial product that bases on same techniques than Xen: Virtuozzo.

Here's a short comparison of the virtualization techniques used in Xen, Virtuozzo and VMWare.

Xen and Virtuozzo both virtualizes the host O/S by partitioning it as separate independent nodes. This means that these guest machines needs to run same O/S than the computer running virtualization software: linux on linux-based host and windows on windows-based host. In some situations this is very desired. With approach like this, one can achieve lower virtualization overhead. Guest machines supports same devices etc. than the host O/S.

VMWare (Workstation and GSX Server) instantiates a copy of the hardware of the actual physical machine for each virtual machine a.k.a. guest machine running on the computer. This generates larger virtualization overhead, but makes it possible to use different operating systems in both host and virtual machines. Guest machines supports devices that VMWare supports.
18 years ago
Hello,

Originally posted by Chetan Parekh:
Does VMWare comes with preinstalled Linux of any flavor ?



What do you mean with pre-installed linux? VMWare workstation and VMWare GSX server products runs on top of linux or windows just like any other regular application so they require linux to be installed before being able to install VMWare. VMWare ESX server makes an exception: it doesn't require any pre-installed O/S as it implements own O/S like platform for running virtual machines.

I guess you meant whether VMWare's got to offer a pre-configured linux-based guest machine? There are quite many vendors out there providing virtual machines for different kind of purposes. Please see Virtual Machine Center for more information. At the time of writing this, there're prebuilt virtual machines for Red Hat, SuSe and Ubuntu linux.

HTH, Tero
18 years ago
Hello all, I'm creating a tiny web site using struts, tiles and jstl-powered jsp pages. I've got some business logic included in javabeans and used in action classes, but there's nothing complicated involved here like EJBs or such.

I'm pointing my browser to <http://localhost:8080/site/main.do>. The problem is that I get an exception called IllegalArgumentException telling me that the tile I'm forwarding to at the end of my action class should be absolute. This tile is named as ".main" like suggested in many howtos. Execution never gets to my jsp pages.

Any ideas how to fix this or good pointers where to continue reading valid information? I've been spending hours and again hours reading out of dated documents and howtos, but without any luck.

Please see the following exact error message.



Here's my tiles-definition.xml:


Here's my struts-config.xml:


[1] This is the tile I'm trying to get to function. When it does, I'll proceed with the others then.

And here's my web.xml:


And here's the code of my action class:



TIA, Tero

[ January 12, 2006: Message edited by: Tero Ripattila ]
[ January 13, 2006: Message edited by: Tero Ripattila ]
18 years ago
Hello Lloyd, I'd suggest having a look of the following pages:

[1] <http://www.caucho.com/resin-3.0/features/resin-3.0.8.xtp#PHP>;

[2] <http://www.caucho.com/resin-3.0/thirdparty/php.xtp>;

I guess FastCGIServlet would solve your problem even you're using an old version of Resin.

Best regards, Tero
19 years ago
Hello Peter,

Originally posted by Peter Mount:
I'm looking for a choice of IDE/Java editor for Windows that I can use for everything if possible. This is my situation:

UltraEdit was recomended to me and I'm also looking at Textpad (which seems a reasonable cost to license), JCreator and jEdit. I'd prefer a free choice if possible though I'll consider ones that are less than $100 US. Which of these would people recomend? It would certainly save space on my hard drive if I can use just one for everything.



I've been using Ultraedit and JCreator for years now and I think that both of them are definitely worth of their license fees. I'd suggest that you take both of them as they complements each others very well.

HTH, Tero
Personally I'm using JCreator for debugging Resin apps. I can also recommend JSwat and MyEclipse.
19 years ago
EJB
I'd recommend Resin from Caucho Technology, Inc..
[ July 22, 2005: Message edited by: Tero Ripattila ]