-
Nov 29th, 2010, 02:18 AM
#1
How to get server name ?
I have MailService bean and i need to inject some "server info" to that bean. How to do that? How to get serverName, port etc ?
<bean class="services.MailService" id="mailService" scope="singleton" >
<property name="serverInfo">
<bean class="???">
</property>
</bean>
-
Nov 29th, 2010, 02:27 AM
#2
sorry, remove this.
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules