Kengimel's Posts
Nairaland Forum › Kengimel's Profile › Kengimel's Posts
1 (of 1 pages)
LOL, we had this same argument some time past on this forum. And after that i personally went on the search for the "perfect" IDE. Before i could finish, i found out through newsletters (of various IDE companies) i subscribed to, that each of them where making or patching all the loop holes they had with reference to the advantages of competitors. For example Netbeans users would attest to Netbeans 6.0 saga and how Netbeans now have swiftly responded with speed with Netbeans 6.1 This suggests to the developer that he should be consistent with what he can find that is suitable to his wing / style of software development, seriously has to avoid gambling with various IDE's. i guess every developer should be concerned and focus on "Agile Development" which states: -- Individuals and Interactions over processes and tools. -- Working software over comprehensive documentation. --Customer Collaboration over contract negotiation. -- Respond to change over following plan. ![]() |
Sun has sent shockwaves through the open-source software community by acquiring open-source database company MySQL AB. The MySQL database is regarded as one of the core components of open source server infrastructure, the so-called Linux/Apache/MySQL/PHP (LAMP) stack. This acquisition will put Sun against proprietary database vendors like Oracle and also open-source middleware vendors like Red Hat. More significantly, this appears to be part of a larger strategy by Sun to position its own technologies as an alternative to the conventional LAMP stack. MySQL fits neatly with Sun's other major software offerings, the Solaris operating system and the Java programming language. Sun has been opening up the source code of both Java and Solaris in recent years in an effort to make them more relevant in a market that increasingly demands open technologies. Sun has been working hard to position OpenSolaris as a better than Linux and has also labored to make Java more open and more flexible in order to prevent dynamic scripting languages like Perl, PHP, Python, and Ruby from eroding Java's strength on the server. Sun's aim is to provide a cohesive enterprise server solution that the company likely hopes will displace LAMP: OpenSolaris, Apache, MySQL, and Java. In a blog entry where MySQL published its official announcement of the acquisition, the company expressed strong affinity for the Solaris operating system. "Solaris has a special position in the heart of MySQL, as it was the first platform under which MySQL was developed. Linux came second. Internally, code coverage tests were long performed just on Sun. And with the DTrace probes planned as part of 6.0, some types of optimisation of MySQL applications are the easiest on Solaris," MySQL community vice president Kaj Arno wrote. "I would expect that having access to the topmost Solaris and Java experts within the same company will accelerate our development for the benefit of MySQL users on the Solaris platform, and in the Java environment, respectively." Although MySQL will be working closely with Sun, Arno also emphasizes the fact that the LAMP stack is here to stay. "I don't expect [closer ties with Java and Solaris] in any way to be at the cost of other popular operating systems, or development environments," says Arno. "MySQL grew with LAMP and MySQL without LAMP at its core is simply unimaginable." Despite Arno's confidence that the acquisition will not impact MySQL's role in the conventional LAMP stack, MySQL users who are wary of Sun could potentially meander towards vendor-neutral alternatives like PostgreSQL. Although Sun's acquisition of MySQL creates some concerns about the future of the open source database, there are also many ways in which this acquisition could bolster the strength of MySQL on all platforms. "So while the news may be especially good for MySQL users on Solaris and/or Java, the news is definitely good irrespective of environment," Arno says. "As part of Sun, the MySQL database will have immediate access to technical, marketing, OSS developer relations and sales resources that would have taken us years to build as an independent company." Regardless of the underlying platform implications, Sun's acquisition of MySQL broadly validates open-source database solutions as viable alternatives to proprietary commercial database products like those from Oracle and IBM. In the long-term, this could be a very positive development for open source on the server. By Ryan Paul |
Men Guys this song " LAGIMO " is a very very Good Song. And i am not suprised that it is coming for COBHAMS ASUQUO, i am happen to have some musical background and experience and i will tell that is a superb piece. ROOF TOP MC'S & COBHAMS keep it up. |
Gradually we are going to reach the top, Insha Allah , ![]() |
Seun:Please feel free to complete the list. Only writing from my own experience with computers and women, Actually it is computer based joke, ![]() |
Thirteen Scribes www.thirteenscribes.com Browse.Com Nigeria LTD. www.browse-ng.com Quanteq www.quanteq.com , and many more out there !!! |
HARD-DISK WOMAN: She remembers everything, FOREVER. RAM WOMAN: She forgets about you the moment you turn her off. WINDOWS WOMAN: Everyone knows that she can't do a thing right, but no one can live without her. EXCEL WOMAN: They say she can do a lot of things but you mostly use her for your four basic needs. SCREENSAVER WOMAN: She is good for nothing but at least she is fun! INTERNET WOMAN: Difficult to access. Everybody will access!! SERVER WOMAN: Always busy when you need her. MULTIMEDIA WOMAN: She makes horrible things look beautiful. CD-ROM WOMAN: She is always faster and faster. E-MAIL WOMAN: Every ten things she says, eight are nonsense. VIRUS WOMAN: Also known as "wife"; when you are not expecting her, she comes, installs herself and uses all your resources. If you try to uninstall her you will lose something, if you don't try to uninstall her you will lose everything SHAREWARE WOMAN: free to install but everytime you want to use it you get nagged for money. TROJAN HORSE WOMAN: Lets you in the back doo. My Favorite is: JAVA WOMAN: write once run anywhere i.e platform independent. What is Yours ![]() |
SAP (System Application Products) is the name of the biggest European software company. The head office is in Walldorf, Germany. SAP was founded in 1972 by five former IBM employees in Mannheim, Germany. It is one of the very very lucrative fields in IT with outstanding good pay. Their Training and Certifications are quite expensive and presently Africa has south africa as the country for SAP training. Nigeria has an office in Oakland Center Maitama Abuja, but they offer training sparingly san and they major in administrative functions. SAP Actual and e-business comprising of financials CRM, ERP, xchange infrastructure and lots more. It also has it own programming Language called ABAP. the exciting thing about SAP is that its framework can easily integrate into databases like Oracle,Microsoft SQL server ,db2 and a lot more. Well it also has a very strong JAVA PRESENT in most (like over 60%) of its application giving any one with JAVA knowledge an edge. |
Our Next President ! Who will it be ? The Choice is Yours. Vote Now!!! |
Hey all You Wanna become Sun Certified!!!!!!!!! Click here for more info on current Sun Microsystems Examination Promotion. Aspire to Acquire Enjoy!!!!!!!!!! ![]() |
Hello cyberomin, Nairaland has already threads similar to this Topic Championed by sbucareer,mimoh_mi and the likes. Java you will surely get a head start from these threads i assure you. All The Best. Click Here And Here |
Before you write a certification i mean any, you have to look @ the present and weigh the future ("what i call looking @ tomorrow,building it today") you alone know ur objectives,aspirations and endpoint. this i think should guide in taking the decision. All the best. |
M mimoh_mi:Men mimoh_mi you really tried and i am very encouraged by your efforts. i must commend your spirit in the field of JAVA and linux (very rapid). Congrats and keep it up. |
Well u could try by Clicking Here |
I suggest you try using phpmyadmin or MYSQL ADMIN but in the mean while: Create User with : GRANT USAGE ON * . * TO 'user'@'localhost' IDENTIFIED BY 'password' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ; Grant privileges with : GRANT SELECT , INSERT , UPDATE , DELETE , CREATE , DROP , FILE , INDEX , ALTER , CREATE TEMPORARY TABLES ON * . * TO 'user'@'localhost' IDENTIFIED BY '********' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 |
Well i think this will help you http://formtoemail.com/ |
Serialization means to force one-at-a-time access for the purposes of concurrency control, or to encode a data structure as a sequence of bytes. In the Java world, serialization is the storing of an object's current state on any permanent storage media for later reuse. This is done using when you use the seriazlizable interface or when using the ObjectOutputStream and ObjectInputStream classes. In object-oriented programming there are two related notions of delegation. Most commonly, it refers to a programming language feature making use of the method lookup rules for dispatching so- called self-calls as defined by Lieberman in his 1986 paper "Using Prototypical Objects to Implement Shared Behavior in Object-Oriented Systems". In its original usage, delegation refers to one object relying upon another to provide a specified set of functionalities. In research, this is often referred to as consultation or as aggregation in modeling. Interestingly, despite delegation being fairly widespread, no major programming languages implement delegation as an alternative model to static inheritance. The Self programming language incorporates the notion of delegation through its notion of mutable parent slots which are used upon method lookup on self calls. |
The Nigerian market or business owners r really unaware of the advantage of owning scalable Application written in JAVA that will aid TCO (Total Cost of Ownership) in the long run and also CAN'T AFFORD TO MAINTAIN THE HARDWARE COST. That is why only big private and government funded institutions like the CBN is currently enjoying the Java EE Cheque Exchange and ERP,etc Applications developed for them by their Consultants. |
Scripting is a form of computer program. But unlike traditional programming language, that manipulate the processes of the computer, scripting tends to involve a far smaller set of simple instructions. Many of these instructions will be related to accomplishing a specific purpose, such as controlling the process of connecting your computer to another computer via a modem. Example php, asp, ruby and jsp etc, As mentioned above most languages may require some foundation in a root language or snytax familiarity like jsp will require strong java knowledge which is in turn a development language. So also for asp VB.net and C# colabo in the .NET environment. i think u should them as being the same thing but meeting different need. |
parosky:Men parosky u have illustrated Abstraction and Encapsulation in a very good way. i am very amazed by such extent of reasoning. thumbs up. keep it up. |
Okmich i think Taysay is right try first logic they r quite ok. |
Hi guys, i think this will help----- click here this where i start from with Ray Vetne tutorial on php and u can download the pdf version full ----click here all the best in your php coding. |
congrats wale on your attainment of the SCEA certification. it is really good u got that behind u, most of us are battling with other thing and also having certifications in mind.to i want to ask the essay exam where did u write it? was it here in nigeria or did have to travel out. All the best. |
congrats wale on ur attainment of the SCEA certification. it is really good u got that behind u, most of us are battling with other thing and also having certifications in mind.to i want to ask the essay exam where did u write it? was it here in nigeria or did have to travel out. All the best. |
Hi every one, ubuntu is giving out free cds to anyone who so desire. all shipping expences paid u can order for max of 10 cds in an array of x86(pc edition or normal intel amd athlon), 64 amd sys and MAC edtion. plz note that before you download u have to register as a member first but if already have an account 'ride on brother' Remember knowledge belongs to the "\WORLD\" click here https://shipit.ubuntu.com/ |
I think that it is going to open doors to very good improvments to the Java Technology and as i must congratulate their move because i think that SUN is getting to understand the IT and programmers saying ' that knowledge belongs to the \"WORLD\"'; |
guys glade to see this post i learnt php through this resource link: http://www.learn-php-tutorial.com/Learn-PHP-Tutorial.doc (MS Word-format - easy to copy and paste the code examples) http://www.learn-php-tutorial.com/Learn-PHP-Tutorial.pdf (Acrobat Pdf-format) its free enjoy~~~~!!!!!!!!!!!!!!!!!!!!!!!!! |
wale_oau:well wale u left out php python and many others "IDES" they are all propelling towards the same goal easy and faster App Dev. Basically if i wanted to develop an "IDE" the currently existing ones would be the challenge to beat . i believe this what we is the main focal point. eclipse or netbeans my own is more functionality its point and that is (OPEN SOURCE "ECLIPSE" . |
Well i have been using both netbeans and eclipse for like a year now and i finally dropped netbeans. netbeans is good no doubt but eclipse is better!!!!!!! Why ![]() Eclipse plugin Tech backgound is unbeatable and aids system life span and performance. Eclipse has c++, php, j2ee uml and many others i think u need to delve in more into eclipse. |
Thanks seun what do u mean by more stable |
well i think u should check this site i use it a lot it is really good http://www.javabeat.net/ yahoo group for SCJA and SCJP Well Google has the final say, |
i am faced with this decision of which is a better application server 2 run the php engine with on windows platform. personal experience i have use Apache on windows but i got full satisfaction on my local windows machine performance but currently i succeeded in configuring IIS to run with windows for my APP DEV with php. i must say that my local machines perfomance has increased by 30% for the previous APACHE config. |
1 (of 1 pages)


