Skip to main content

Posts

Showing posts with the label Maven

Trivandrum Exclusive : Free SMS Application To Get Theater Details For a Movie

I myself had several times pondered in online news sites and Google to find the theaters playing a specific movie. Google never seem to be very specific for our a local region say movies in 'Trivandrum'. Even on the drive connecting to mobile internet and search for the 'now playing' movies and their theaters is a hassle. This prompted me to use my coding skill for a day to develop an application the benefits everybody happen to go by this situation. Bringing Back SMS To the rescue.  With WhatsApp gaining dominance, We've almost forgotten about normal SMS. But when all you require is few words answer for your 1 word query, I think SMS is the most simple and easy solution.  The service is offered for free, but standard national sms charges might apply at your end (good thing if you still do an sms offer). Currently as the service is offered only for Trivandrum. Yes! that's it just sms @popcorn movie_name to 9266592665  ... ...

How To Install Maven In Windows 7 64-bit

In today's programming culture it's essential to know some more stuffs apart from the language you code with. I learned the importance of this insight as I was flipping through the book 'Well Grounded Java Developer' . I've come across the title of this book several times only to overlook it meaning  in depth, murmuring 'Ha! another book for java newbie'. But it turned out that I was totally wrong and it taught me a lot about programming (including Java) and other things like test drivent development, build and continuous integration (maven) etc. All these were the buzz terms I've been hearing a lot for the last one year but left unlearned so far. The WGJD was an awesome start-off. Maven, is one concept I got wrong from the beginning, we've bee using it at our work place as an eclipse plugin for around a year now and I was under the notion that it's 'just a plugin'. Later from the book I understood, maven is a continuous integration...