I m creating an application in which i need to use Apex programming,

and i have java development background.

So what i need is, examples Apex programming [ salesforce.com ] where i would be programming like Inventory Management System with an interactive UI, so if anybody can provide me the links which would be helpful to me.

Thank You in Advance

link|improve this question

64% accept rate
feedback

4 Answers

up vote 6 down vote accepted

Force.com cookbook is a great place to start (especially if you'll get code examples too). Note that I gave you link to registration page instead of direct link to PDF so you can have a peek at the content. I think it's definitely worth it to register with the community.

Tons of useful resources on http://wiki.developerforce.com

If you need to learn a lot in short timeframe - consider registering for "DEV401" course to become a Certified Salesforce Developer. But if you are a well-organized and motivated person - just try to go through the Cookbok. Both the PDF and the course will lead you through creation of HR system on top of Salesforce.com platform. The examples are really well planned, start off with simple stuff like adding custom fields and slowly move to customisations that really require coding.

("DEV501" course for advanced developers will focus on Apex but as you are new to the platform it won't be the best match unless you really, really have to learn Apex fast because of project problems for example)

A word of advice: read a bit more, at least quickly scan the examples / "use cases" in the Cookbook before you'll rush off to writing Apex code. You can really do a lot on the platform just with few clicks of the mouse.

link|improve this answer
feedback

I recommend checking out the Apex message boards.

link|improve this answer
feedback

This isn't in the form of code examples but still might save you some pain:

http://force201.wordpress.com/from-java-to-apex/

link|improve this answer
feedback

For quick and short questions, you can also use the Force.com developer hashtag on Twitter #askforce

link|improve this answer
thanks Ryan that was a good one – chetan Apr 24 '10 at 12:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.