Skip navigation.

So In Conslusion...

The Official Big Eclipse 'Geek' Musings

Posts tagged with "Java"

NetBeans, NetBeans, NetBeans

, , , ...

So, i have a couple things to say about NetBeans that i have neglected to mention earlier due to my busy schedule. Firstly, the new version of the NetBeans IDE -- version 6.0.1 -- is available for download. To check out some of the features, visit.

Secondly, there is now a Social Community over at NetBeans. Yes, you read correctly, the guys over at NetBeans has joined the social networking revolution and has set up their own community. So if you are a fan of NetBeans or the Java programming language, or if you use NetBeans for programming in some other language -- C/C++, Ruby, etc., check it out and join the community.



Liferay Installation

, ,

A modified version of the notes posted by Laura Kolker.

The Scripts

First, prepare tomcat:

Make sure all the .sh scripts in the /bin/ are executable
chmod a+x tomcat/bin/*.sh

Change the port LifeRay will run on (or keep default: 8080)
Edit tomcat/conf/server.xml and chance the reference from 8080 to whatever port you want.

You can check to see if you're on the right track, by running tomcat/bin/startup.sh and browsing to localhost:the-port-you-chose
The default user is test@liferay.com with password: test


The Database
If you want to use a different database than Hypersonic (which you most definitely do), you will need to do some extra work:

Download the Liferay Source, or see this comment
Unzip the source somewhere.
Run the source/sql/create/create-db.sql of your choice

NOTE: The default database name will be lportal. The create scripts will delete it if it already exists. If you want it to be called something else, you might be able to change that by editing the create-db.sql.
ex: mysql -u root -p < create-mysql.sql > mysql.out

You'll need to put any DB driver jars in a directory where tomcat can find them (common/lib works)
You'll need to change the tomcat/conf/Catalina/localhost/ROOT.xml context, so that it's using the right driver URL, and the right DB user and password.
Here is a diff of the default ROOT.xml with a configured ROOT.xml:

< driverClassName="org.hsqldb.jdbcDriver"
< url="jdbc:hsqldb:lportal"
< username="sa"
< password=""
---
> driverClassName="com.mysql.jdbc.Driver"
> url="jdbc:mysql://localhost:3306/lportal"
> username="xxxxxxxx"
> password="xxxxxxxx"

You'll have to explicitly give a DB user and password grants to the lportal database after you've run the create-db.sql script
If you get an NPE when you try to start LifeRay, check the logs in tomcat/logs/catalina.out for clues as to which of the many parts is breaking.

Running Liferay

$shell$ cd tomcat
$shell$ ./bin/startup.sh

Implementation of Liferay Portal (Details Coming Soon...)

, ,

There was a request to share the information on my implementation of Liferay Portal using Netbeans 6.0 and as such, i will be posting the process in the up coming days. i will cover the steps involved as well as the 'quirks' that needed to be modified in order to successfully implement Liferay yourselves.

WowWee RoboCommunity to Offer Java Classes

,

i don't own a WowWee robot, but i thought this to be cool.

RoboCommunity, the official user community for WowWee robot owners, is offering classes in the Java programming language. The classes are based on the popular programming book "Head First Java" by Kathy Sierra and Bert Bates. They have also written some instructions for downloading and installing the Netbeans software too. The classes are open to all but they are meant to help Robosapien RS Media robot owners learn to develop Java programs on that robot. They have established a Java and the RS Media Central Command page where you can learn more and find a link to their related discussion forum. Learn more.

NetBeans IDE 6.0 -- Officially Here

, ,

The NetBeans IDE 6.0 is officially here and avaialble for download. It really is the only IDE you need. More to come. i gotta go play.

Successful Implementation of Liferay Portal

, , ,

Successfully cofigured, implemented, and deployed the Liferay Portal today. i am a happy camper. Took a bit of tinkering but it was well worth the experience of learning the different requirements of completing such a task. i am currently "toying" around with it; learning more about portlets (and consequently, portlet development), the different applications that can be run from within the portal, and how to provide access to them, etc. There is quite a bit to learn and become familiar with. Major things going on over here. Project X is going to be somthing else.

Linux x86 arch.
Java JDK-1.6.0_03
Tomcat 5.5.25
MySQL 5.0
Jikes

NetBeans IDE 6.0 RC1

,

NetBeans IDE 6.0 Release Candidate 1 Available!

NetBeans IDE 6.0 Release Candidate 1 is now available for download. The final NetBeans IDE 6.0 release is planned for late 2007. Highlights include a faster, smarter editor, improved Swing development, Ruby/JRuby/Ruby on Rails support, and more. Download it today.

Oh the Excitement!

, , , ...

All the excitement! For the past few weeks, i have worked on Java apps, C++ apps, two separate CMS dev. and implementations, an e-commerce site, checked out the new version of the Sun Solaris OS, implemented a couple blogs, built a video preview-system that ties into an Online store, setup and installed a couple SSLs (key, CSR, and, CRT) on the Apache server, and re-configured the network so that my wireless connection/work goes seemlessly. And the week is not over! i still have a host of stuff to implement for a Monday deadline; plus i have been playing with JavaFX.

NetBeans IDE

, ,

The NetBeans IDE 6.0 Beta 1 is available for download -- it is sweet. i am definitely loving all the new and powerful features that has been added to the IDE. One of my favorite is still the ability to "Reverse Engineer" the program that one is working on. i also love the UML creation feature and i think that in itself makes it more than worth it. i have not tried out the C/C++ Pack in Beta 1, but judging from my experience with M10, it will be still be cool. Auto-generated Makefiles were a bit of an issue, but one that is a non-issue given the fact that the programmer can create their own. Of course, Java is still king of the castle with NetBeans and i have no complaints in that department. i am going to be working on some JSFs in the next week or so and i am looking forward to continuing my exploration.

Perquiro May be Back

, ,

i've been giving quite a bit of thought to resurrecting the Perquiro J2ME project. This time around howerver, i am thinking of also having an Online version of the application that can also be tested as a localized tool for helping people find the things that they need. i still think it is a good idea, but i also still have questions about the reception that it will get as well as (more importantly) how much will it be used.

If there was an Online version, i think that that would definitely garner a relatively good response, so that is of course part of the reason why i am giving thought to doing that. We will see though. i would have to develop the J2ME app. first and then go from there. Thinking of that, i think in this case it would make more sense to develop the Online version first and then follow that up with the J2ME app. based upon response and perhaps some sort of Online survey. Hmmm?
December 2009
S M T W T F S
November 2009January 2010
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