Hi guys! Happy new year! :) I'm planning on taking a J2EE short course or training program in hopes of landing a career as a J2EE programmer in the future....
anwar, IMHO, if you want to have a practical training for free, check it out at www.javapassion.com, it's free. ... From: anwarlorenzo <anwarlorenzo@...>...
I suggest Mapua IT Center in Makati City. That's where I got my training in J2EE :) ... From: anwarlorenzo <anwarlorenzo@...> Subject: [pinoyjug] Where...
Hi to all the gurus, I am a beginner in java programming. I want to create a java program wherein it accepts two parameters. Param 1 is a "string" data type in...
I'm sorry but informatics short courses (on Java) is crap. You're better off buying a good book and do some self study. After all, you'll be doing a lot of...
lols ... From: Jay Quiambao <jquiambao@...> Subject: Re: [pinoyjug] Where to get J2EE training? To: pinoyjug@yahoogroups.com Date: Monday, January 5,...
try MFI - Meralco Foundation Institute (http://www.mfi.org.ph). if you really need to be or preferred a classroom type learning. mura din dito, especially if...
hi tolits, you could use saxon (it was its name back when i used it :) ) by michael kaye, i know its free. the jar already has methods for transforming an xml...
Actually I didn't know that they teach j2ee. I just saw it in their course outline when I was inquiring about ethical hacking... (^^,) ~>Jay Menor ... Â Â ...
Hi    How about in Mapua Makati? I think they have a variety of Java short courses there and the curriculum and training materials (books) there are from...
how do you dynamically generate a printable report from java by entering some details, e.g. a frame with a nameTextField whose value will be searched first in...
I agree with jay. Training is a crap. Start first to strengthen your knowledge in data structures and algorithms. Practice them. Then find a startup IT...
I agree with our friend jobert here. But in the "*real world*" especially in the IT Industry most company will not give you that position if you only know...
Thanks for the replies everyone, I really appreciate them! This advice is especially useful jobert, thanks! I bought books and I'm practicing my skills. I'm...
Thanks daniel for that opinion. To sum up further, "basic if very important". Data structures is one of the top foundations that people must know. Even if you...
Have you tried using iReport? "*iReport allows the designer to add parameters to the report that can be used to filter the SQL results.*" ...
Randell
josephrandell.benavid...
Jan 9, 2009 7:11 am
19089
Try Active Learning, they offer quality Java training.  www.activelearning.ph ... From: jobert_q <jobert_q@...> Subject: [pinoyjug] Re: Where to get...
i'm just a newbie in java.. I used a jtable and want to align its column center. i used a TableModel class extending AbstractTableModel. the table displays...
I am currently making a java application software. How do i create an executable installer of that application that will create a file like setup.exe and...
Company: Dynamic SoftSolutions Inc. Hensonville, Angeles City Requirements: *Excellent programming and design skills *Excellent English communication skills ...
This link[1] might be helpful. I've tried using IzPack before to create an installer for a certain project. They have enough documents to get you started. :)...
The Microsoft Visual Studio environment has something for making installers. Obviously not relevant here.. You can try the Nullsoft Scriptable Install System...
Hi Jomar, I think there's nothing wrong with code here. You just need to tell your JTable instance how to render the cells in a column. I usually use a...
... Not really a .exe installer, but an MSI / MSM installer package builder. Try WIX (Windows Installer XML) toolset, one of Microsoft's open source projects: ...