Maksim Ravnovesov
Maksim Ravnovesov

Reputation: 273

Xpages. Using Java

I'd like to apologize if my question doesn't sound very much specific, but i do believe (and i've seen it already from the answers) that there are people here who will be able to help me in my rather general problem.
Besides, i have a feeling that this is not only my problem but for many Domino Developers it would be of great benefit to get the answers for the following question(s).

That's being said, the question/problem is -> I'd like to use Java in XPages. I'm no way a profi in Java but do know the basics and have pretty good understanding of OOP and OOD.

Therefore the general question is -> how and where do i start in Domino XPages universe in order to develop the new skills as the Java developer ?

More specific one -> am i right, thinking that the beginning point could be start using Java in form of JavaBeans in order to describe the M (Model) layer in MVC architecture?

I would be very thankfull for some easy pieces of Java code and short explanations how to use them. Also some good links will be accepted as the help :)

Upvotes: 0

Views: 502

Answers (3)

stwissel
stwissel

Reputation: 20384

David's http://XPages.tv is THE place to start. You then want to head over to http://xpages.info and check my summary page for more learning (it is not a tutorial but sends you to all the right places).

Upvotes: 3

Simon McLoughlin
Simon McLoughlin

Reputation: 8465

I found :

http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Master_Table_of_Contents_for_XPages_Extensibility_APIs_Developer_Guide

very useful in learning the basics of creating controls in java

Upvotes: 1

Jeremy Hodge
Jeremy Hodge

Reputation: 1665

I've got a series of videos on beginnIng to use java in xpages over at http://xpages.tv that discuss setting up the NSF for java dev as well as how to write and implement managed beans etc.

Upvotes: 9

Related Questions