Ken Seymour
Sacramento, California (USA)
Rank: Lieutenant-Commander
|
|
| Real Name: |
Ken Seymour
|
| Title: |
Software Developer
|
| Company: |
Prestwood IT Solutions |
| Prestwood Staff: |
PrestwoodBoards Moderator
|
| Joined: |
Sep 2002 (11 years ago) |
| Visits: | 23 |
| Member Points: | 45 |
|
|
Message Boards Activity6 posts. |
|
Thread 6 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  Ken Seymour | Has anyone out there used JBoss?I am thinking of trying JBoss to keep my J2EE skills up., I am currently working on a Java project that is neither web related nor J2EE., , From looking at the website, http://www.jboss.org/, it looks as though JBoss is Free for both development and production., I guess they make their living from support and selling detailed documentation., , Anyway, I was wondering if anyone out there had used it.  timbeyond1 | The primary focus on my career path is getting productive in J2EE, and I know J2SE well., I find that Sun's Appserver is more involved than JBoss, so I'm starting with JBoss., , In contrast, JBoss uses a similar means of configuration to Apache Tomcat., I know Tomcat servlets well enough to get and keep things up and running cleanly, and that paradigm suits me. , Searching and tweaking XML config files, plus making things right for the Apache HT... |
|
 2979 Hits |  Java | |
Thread 5 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  Ken Seymour | Re: Sun CertificationI just recently passed the Sun Certified Java Programmer exam and I found this book usefull:, , http://www.amazon.com/exec/obidos/tg/detail/-/158880139X/qid=1036089019/sr=1-13/ref=sr_1_13/002-7190039-9256003?v=glance , , Java 2 Exam Cram, Second Edition , Bill Brogden., , I first took a sample exam from the web (sorry I don't remember where it was) and failed., After studying with the book, I passed., I found the fact that there were about 10 sample questions at the end of each chapter very helpfull., That way you can test what you have learned right away., The book also had a full sample exam in the back., My actual test results came within a few percent of my score on the book's practice exam. |
 2 Hits |  Java | |
Thread 4 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  AMI | Sun CertificationHi all,, , I am planning to take up Sun Certified Web Component Developer certification. Can you suggest me some sites where I can find sample papers and materials to learn. Please give me sites other than Sun's Education portal., , Thanks.  KenSeymour | I just recently passed the Sun Certified Java Programmer exam and I found this book usefull:, , http://www.amazon.com/exec/obidos/tg/detail/-/158880139X/qid=1036089019/sr=1-13/ref=sr_1_13/002-7190039-9256003?v=glance , , Java 2 Exam Cram, Second Edition , Bill Brogden., , I first took a sample exam from the web (sorry I don't remember where it was) and failed., After studying with the book, I passed., I found the fact that there were about 10 sa... |
|
 2483 Hits |  Java | |
Thread 3 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  Ken Seymour | Re: Specifying Installation Path (SuSE 7.0)Sorry I have not replied to this sooner, I don't get on this board that often., , When you are installing a Linux package in a binary format (e.g. RedHat RPM or similar),, you don't have a choice on where it is going., , If you have downloaded the source, usually, you can specify where the package will be installed before compiling., For example, if you wanted the package to go to /opt/mypackage instead of /usr, you would do , something like this:, , cd mypackage-1.2.3 (or what ever source directory you have), ./configure --prefix=/opt/mypackage, make, make install, , In Linux, as in Unix, you do not specify drives directly., What hard drive partition something resides on depends on where you have your partitions mounted., In Linux/Unix, you can mount a hard drive partition anywhere in the directory hierarchy., For example, you could have /dev/hda1 mounted on the root directory "/"., Then you can have a partition from another drive, say /dev/hdb3, mounted on /usr (which is under /)., T... |
 2 Hits |  Linux Users | |
Thread 2 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  Ken Seymour | Re: MSXML Parser SupportI used the MSXML parser a lot at my last job., It is a COM component and as such may be used by any language that supports COM (e.g. C++, Visual Basic, Delphi, Perl, Python, etc.)., It is also faster than most of the other XML parsers I have used., , There are a lot of versions of it and Internet Explorer comes bundled with some version., Perhaps the problem you are having has to do with whether or not IE is installed on the system and what version of IE/MSXML is already there., , In general, it should be OK to install a newer version of MSXML on top of the older one. |
 2 Hits |  Computer Industry | |
Thread 1 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  Ken Seymour | Re: about meThere is a .NET effort for Linux. It has the unfortunate name of Mono., , Here is a link: http://www.go-mono.com/ |
 2 Hits |  PrestwoodBoards | |
KB Comments
|
|
 Ken Seymour
|
I am going to update this to say I don't use Wubi anymore. I run VMware player under various versions of Windows. I will run Ubuntu under VMWare. The player is free with registration and you can download different versions and distributions of Linux from vmplanet.net.For me this is the most pain free way to run Linux when I want to. My 4 Gig home machine still has a gig of memory left while running Windows 7 as the host OS and Ubuntu 10.4 as the guest OS.At work, it was kind of cool to simulate a primary and backup database. It was PostgreSQL but just as easily could of been mySQL. I needed to simulate one going down, then the other, with application level replication.,
|
|
 Ken Seymour
|
I used to use Fedora. Now, on those occasions when I run Linux, I prefer Ubuntu.Check out Wubi, which is a Ubuntu installer/uninstaller under Windows.Since I started looking into VMWare, I have also been running Ubuntu in a virtual machine so I can have Windows and Linux on one machine simultaneously.,
|
|
 Ken Seymour
|
I found this pretty interesting. I have one question, however. Where is the value stored? I can various .config files which describe the property, but after running the program twice, I cannot find a file that contains the name (e.g. Adam). added laterI am answering my own question. I found it in:C:\Documents and Settings\Ken\Local Settings\ . . .Application Data\SettingsExample\ . . .SettingsExample.exe_Url_u2cl4dyh3gvnojly3gn0ktpxtban10rv\1.0.0.0\user.config
|
Regarding...
Storing your .NET Application Settings
Storing settings and configuration information for your .NET application can be achieved in a number of ways including using the app.config file and the ConfigurationManager class, using the registry, and in your own custom configuration file.
|
|
|
|
|
|