Using this link you can find best tutorial for these fields--> Java ,JSP ,EJB ,Delphi ,C++ ,Ajax ,UML ,JavaScript ,PHP ,Web Design ,Web Hosting ,SQL Server ,Oracle,.NET, ASP.NET ,C# ,ASP ,Visual Basic Click:- visualbuilder , java2s
I,m try to install ubuntu on the Linux.First i,m instal wine and next install Madura english sinhala Dictionary on the wine.it is very easy.these are the steps you want to follow. First you want to install wine. Doble click the madura setup icon Select the installation path Following setup instruction. Then you want to install Madura font to linux.I'm try to this in Ubuntu 7.10.In this OS there is folder call "share" -->usr/share There are font called "Madura.ttf".this font file move to the "share" folder. This is the final view of Madura dictionary. Download Madura
J2ee is a java core architecture.It is a famous technology for the enterprise application.Consider about j2ee there are lot of technology. Jsp ejb Servlet Jms These are the main technologies in J2ee.These are introduced by Sun micro system.There are lot of design patterns in j2ee.I,m familiar with MVC design pattern.Lot of application developed using MVC architecture.M-model, V-view, C-control . jsp jsp is the main client side component in j2ee. There are two way to design jsp pages Scriplets Tag libraries Scriplets Scriplet mean we can write java code in HTML page using , tags. Using this pattern we can design very easily.But not efficient. Because if we are using scriplet code in jsp page.This code execute on the client side that is the reason. Tag libraries Tag Libraries mean we can write jsp page using tags.There are standard tag libraries in j2ee and we can define our own tag libraries.It is efficient war to developing jsp pages Link:- Java sever page
There are lot of IDE to develop java in Linux.NetBeans and Eclipse is the most famous.Both of are open source .you can download and test it very easily.You can check enterprise application also in Linux environment.There are lot of open source application server available in internet.i using and testing both normal application and enterprise level application in Linux environment.It's very easy and very fast.I did my project in netbeans in Linux environment.it is very easy. Try it.................. This is the screen shot of NetBeans , Eclips IDE
How to install Add to /etc/apt/sources.list On Debian 4.0 (Etch) deb http://sinhala.sourceforge.net/debian/i386/etch/ ./ On Debian testing (Lenny) deb http://sinhala.sourceforge.net/debian/i386/lenny/ ./ On Ubuntu 7.10 (Gutsy) i386 deb http://sinhala.sourceforge.net/ubuntu/i386/gutsy/ ./ On Ubuntu 7.10 (Gutsy) amd64 deb http://sinhala.sourceforge.net/ubuntu/amd64/gutsy/ ./ Update repository metadata: apt-get update Install Sinhala packages: apt-get install sinhala-gnu-linux Upgrade relevant packages: apt-get upgrade Logout and login again. Environment variables need to be set/updated (NO NEED TO REBOOT) How to test Visit http://si.wikipedia.org/ and see if the Sinhala letters render correctly. Copy and paste some of the content from Sinhala wikipedia to Open Office Writer. Then highlight the Sinhala text and choose the LKLUG font to display them. To test SCIM, press Control-space whilst you are running a GNOME application. Then select one of the Sinhala input methods Read More
After five long months of development, the most expected project of 2007, KDE 4, has finally seen the light today! KDE 4 is the next generation of the popular K Desktop Environment, which seeks to fulfill the need for a powerful yet easy-to-use desktop, for both personal and enterprise computing. KDE project's goal for the 4.0 release is to put the foundations in place for future innovations on the FREE desktop. Screenshot KDE 4.0
there's a symbolic link in /usr/share/pixmaps/splash pointing to the ubuntu splash image. Just recreate it pointing to YOUR png file like this: Code: cd /usr/share/pixmaps/splash sudo mv path_to_your_splash.png ./mysplash.png sudo rm ubuntu-splash.png => we're just deleting a link, not the png sudo ln -s mysplash.png ubuntu-splash.png Done! Fast and easy! To cancel changes, just delete the link again and rebuilt it pointing to the original png: Code: cd /usr/share/pixmaps/splash sudo rm ubuntu-splash.png sudo ln -s ubuntu-slick.png ubuntu-splash.png