Migrate, Modernize and Build Java Web Apps on Azure: This live workshop will cover methods to enhance Java application development workflow.
Modern Digital Website Security: Prepare to face any form of malicious web activity and enable your sites to optimally serve your customers.
Solutions Architect at The Best
Amman, JO
Joined Aug 2008
About
SOA Architect Certified, "Oracle Certified Master, Java EE 5 Enterprise Architect" Certified. TOGAF 9 Foundation Certified. Software Architect with hands-on software development experience; utilizing best practices, Object Oriented designs and open standards in developing Portals and enterprise multi-tier applications. BSc from Jordan University faculty of Engineering & Technology – Electrical Engineer Department.
Stats
Reputation: | 68 |
Pageviews: | 414.5K |
Articles: | 2 |
Comments: | 28 |
Articles
Comments
Nov 03, 2016 · Christopher Lamb
There is no check list if you follow you will be microservices certified !
Unjustified breaking down services into too many microservices will lead to the problems you mentioned .
When adapting this approach you need to take business requirements in consideration . ..and based on that you decide going with this approach or not and to which level your services need to be granular .
It's a concept inherited from SOA and we were following before this buzzword "microservices " coined .
Jul 03, 2012 · Kevin Le
Congratulations :)
you can refer to this tutorial for web service deployment on Tomcat :
http://java.dzone.com/articles/jax-ws-deployment-five-minute
Jul 03, 2012 · Kevin Le
Congratulations :)
you can refer to this tutorial for web service deployment on Tomcat :
http://java.dzone.com/articles/jax-ws-deployment-five-minute
Jul 03, 2012 · Kevin Le
Congratulations :)
you can refer to this tutorial for web service deployment on Tomcat :
http://java.dzone.com/articles/jax-ws-deployment-five-minute
Jul 03, 2012 · Mohammad Juma
Congratulations :)
you can refer to this tutorial for web service deployment on Tomcat :
http://java.dzone.com/articles/jax-ws-deployment-five-minute
Jul 03, 2012 · Mohammad Juma
Congratulations :)
you can refer to this tutorial for web service deployment on Tomcat :
http://java.dzone.com/articles/jax-ws-deployment-five-minute
Jul 03, 2012 · Mohammad Juma
Congratulations :)
you can refer to this tutorial for web service deployment on Tomcat :
http://java.dzone.com/articles/jax-ws-deployment-five-minute
Apr 17, 2012 · Mohammad Juma
Apr 17, 2012 · Mohammad Juma
Mar 27, 2012 · Kevin Le
Mar 27, 2012 · Kevin Le
Mar 27, 2012 · Kevin Le
Mar 27, 2012 · Mohammad Juma
Mar 27, 2012 · Mohammad Juma
Mar 27, 2012 · Mohammad Juma
Jul 03, 2011 · Mohammad Juma
Dec 03, 2010 · Kevin Le
@Rene
this article maybe useful for you
http://java.dzone.com/articles/jax-ws-deployment-five-minute
Dec 03, 2010 · Mohammad Juma
@Rene
this article maybe useful for you
http://java.dzone.com/articles/jax-ws-deployment-five-minute
Aug 04, 2010 · Stefan Koopmanschap
Simple, direct to the point .
Thanx
Aug 04, 2010 · James Sugrue
Simple, direct to the point .
Thanx
May 16, 2010 · Todd P
Rod Johnson... He managed to think outside EJB box, He made J2EE Development much simpler.
May 16, 2010 · James Sugrue
Rod Johnson... He managed to think outside EJB box, He made J2EE Development much simpler.
Apr 18, 2010 · Mr B Loid
Apr 18, 2010 · Gilbert Herschberger
Apr 04, 2010 · Kevin Le
@Shifong Chang
Run it as normal java application , nothing special here ;)
Apr 04, 2010 · Mohammad Juma
@Shifong Chang
Run it as normal java application , nothing special here ;)
Apr 04, 2010 · Mohammad Juma
Hi sas,
I am really happy coz u found this article useful :)
u can download jax-ws library from :https://jax-ws.dev.java.net/ri-download.html
Aug 18, 2008 · Mohammad Juma
mguillem..
thanx for ur reply,
Facilitating writing and modifying test cases is something very important... WebTest recorder compared with SeleniumIDE is not helpful a lot for this.
in addition to that the way that Selenium executes tests -executes test on browser -will let anyone(Bzns analyst, project manager, technichal team leader, office boy ... ) Feel and know what this test is doing without any need to read single line of code
Regarding Performance issue in Selenium .. Did u hear about Selenium Grid?
Using Selenium Grid you can distribute your tests on multiple machines so that you can run your tests in parallel, cutting down the time required for running in-browser test suites.