At line 1 changed 4 lines. |
__This is an example__, but afterwards the magic fades. |
---- |
* What can you do |
* with a bulleted list? |
[this mailing list thread|http://nagoya.apache.org/eyebrowse/[email protected]&msgNo=451]. |
At line 6 changed 4 lines. |
# Same kinda stuff |
# you can do with |
# a numbered list, but |
# without the numbers |
[What is this SandBox?|WhatIsThisSandBox] |
At line 11 changed 1 line. |
{{{ A code example? }}} |
[{Java2HtmlPlugin |
At line 7 added 2 lines. |
import javax.naming.Context; |
import javax.naming.InitialContext; |
At line 14 changed 1 line. |
And what happens if I refer to the footnote[1]? It creates a link, but footnotes don't appear automatically at the end of the page, so you need to make sure you put them there yourself. Nice[2]. |
import junit.framework.TestCase; |
At line 16 changed 1 line. |
----- |
import org.mockejb.MockContainer; |
import org.mockejb.SessionBeanDescriptor; |
import org.mockejb.jndi.MockContextFactory; |
import org.springframework.context.ApplicationContext; |
import org.springframework.context.support.ClassPathXmlApplicationContext; |
At line 18 changed 1 line. |
[#1] Where does this appear? |
/** |
* Parent TestCase class for testing EJBs using MockEJB |
* |
* @author mraible |
* |
*/ |
public abstract class MockEJBTestCase extends TestCase { |
At line 20 changed 1 line. |
[#2] Nice indeed. |
/** |
* This method sets up a MockContainer and allows you to deploy an EJB to |
* it. Override <code>onSetUp()</code> to add custom set-up behavior. |
* |
* @see #onSetUp() |
*/ |
protected final void setUp() throws Exception { |
MockContextFactory.setAsInitial(); |
At line 22 changed 1 line. |
---- |
Context ctx = new InitialContext(); |
ApplicationContext appCtx = |
new ClassPathXmlApplicationContext(getConfigLocations()); |
|
ctx.bind("java:comp/env/jdbc/appDS", appCtx.getBean("dataSource")); |
|
MockContainer mc = new MockContainer(ctx); |
SessionBeanDescriptor dd = getDeploymentDescriptor(); |
mc.deploy(dd); |
onSetUp(); |
} |
At line 24 changed 1 line. |
!!Salut moi c'est Pablo le [mangeur de cigogne | http://perso.wanadoo.fr/mangeur-de-cigogne/] |
protected String[] getConfigLocations() { |
return new String[] { "classpath:/applicationContext.xml" }; |
} |
At line 26 changed 5 lines. |
Bienvenue sur ce superbe bac à sable dont je compte bien disposer pour faire la promo des sites de manouches pour le concours de référencement de Yooda ;) |
Le concours s'appelle __Mangeur de cigogne__ ou alors ''"Stork Eater"'' |
Nous vous attendons nombreux le 15 juin pour les résultats de ce concours ! |
Et n'oubliez pas : |
!!![mangez des cigognes ! | http://perso.wanadoo.fr/mangeur-de-cigogne/] |
protected void onSetUp() throws Exception {} |
At line 53 added 2 lines. |
protected abstract SessionBeanDescriptor getDeploymentDescriptor(); |
} |
At line 33 changed 1 line. |
Linux run medical software [http://www.medlnx.com MedLnx] that is web based. |
}] |
|
[CreateDAO_zh] |
[CreateDAO_sp] |
|
[CreateManager_es] |
|
[QuickStart Guide_es] |
|
[SpringControllerUnitTest] |
|
|
[中文指南|Articles_zh] |