|
Messages Posted:
1
If you are the project creator or one of the bidders for more options
|
| I am interested. Please check PMB. My bid is negotiable.
|
| Can be done with highest quality. Please contact.
|
| Can start immediately...
|
| Enjoy technology.
|
| Hi Please see Private Message.
Thanks, Dan
|
| Hi,we desire to take this project.Details see PM please.Thanks
|
| Hi Please Check PMB
|
| Pls see the PMB...
|
| I can do this as bid in 5 or less days. This is an easy project that I would love to do I have done many projects like this in my current job. I tried to bid 200 but was not able too
|
| Dear Sir, Shivam Infonet Pvt. Ltd. is a customer-specific service oriented company has got rich experienced software professionals. We are the Professional Web and application Development Company having 5 years of experience in Customised Website Development, E-Commerce Solutions, SEO/SEM, E-mail Marketing, Offshore Development Center, Internet/Intranet Software Development, Application Development, Quality Assurance and Testing Services, flash and animation. Our team can work on HTML,DHTML, JAVA SCRIPT, FLASH , ASP,ASP.NET,PHP,MY SQL, SQL Server, MS SQL. Our Bid includes development , deployment and testing. We communicate through mail,messenger,phone and skype. We will deliver a professional looking design(s) with proposed functionality to match your concept with on time delivery. Kind Regards, Krishna, Head - Business Development & Support
|
| Hi,
Please check PMB.
Thanks,
Sonal
|
| We did such a solution, Our Application was doing the following:
- Build a stand alone java application.
- This application has a thread that is called each n msec (n is application variable)
- The application check the request for report table.
- Send PDF report to the requested user by email (using POP3)
|
| Quality assured.
|
| I have multiple Java/AXIS based WSDL web services up and running and can efficiently implement this.
PS: Quote does not include installation on your server, I will deliver a WAR file with a brief installation instruction.
|
| Hello! I'm ready to work
|
| HI,
Please see PM.
Thanks
|
| Hello, we have gone through the project specs and very much interested to take up the. Please check PMB. Best Regards, Infominez Team.
|
| Have done multiple webservices. Should not take more than 10 days. Will give a war file with the service.
|
| Hi,
I can do this work with great quality in less time. Please check PM for more details.
Thank you,
JMonks Dev
|
| I am quite interested with your project of web application. I am indentified to be good at developing projects in J2EE as per the clients I developed the projects for. I am keeping to use J2EE and master related skills like Spring, Hibernate/iBatis, Struts, JSF and MySQL. I developed lots projects via these skills within past years. I am quite confident to recommend myself as your kind choice and am sure that we can finish this project on time with good quality.
I had more than 8 years experience on project developing with above mentioned skills.
|
| Hi, Please check PM.
|
| We are an American based group of developers located on the Gulf Coast of Mississippi, with an off-shore branch employing a staff of 25 programmers. There is no doubt that we can accomplish what you want. A sample of our portfolio can be found at http://www.salustechnologies.com
|
| Hi! We can make it for you.
|
| Easy work.
|
| Dear Sir,
Our Company is a pioneer in customized software solutions, our company is a dynamic and fast growing enterprise with a vision to provide business driven IT solutions .The company is concentrating in strategic software areas like Client-Server, Enterprise Resource Planning, E-Commerce, University Resource Planning and Internet solutions .The focus for business development is in both local and international markets.
Regards
Sandeep
|
| Please see message board for details.
|
| I already have made similar webservices for some clients, using SOAP 1.1 document literal webservices using Axis engine. I have worked with clients like Fidelity, Aloha Airlines, IBM, and have even good exposure on processesses.
|
| We have enough expertise on J2EE (Servlets/JSP/EJB), Struts, Spring, J2ME, JMI, JMF,
Hybernet, OFBiz, Core JAVA and Very Very Strong hold on PHP/MYSQL, ASP.NET/MSSQL, AJAX/FJAX,
Flash, WebDesign etc.
OS: Microsoft/LINUX/UNIX/FREEBSD/FEDORA CORE 6/SUN SOLARIS
Application Servers/Webservers : IBM Websphere, BEA Weblogic 9.2, APACHE TOMCAT, JETTY,
JBOSS, JWS, APACHE, IIS
Frameworks: ASP.NET 2.0, JMI, JMF, SPRING, STRUTS, HYBERNET
Tools: Eclipse, JBuilder etc
Database: ORACLE 10g, MSSQL 2005, MySQL5, PostGreSQL, SYBASE, DERBY etc
Web Techs/Protocols: SOAP, RMI, CORBA, WSDL, Webservices, MVC, XML
Please visit www.creativeinfolabs.com to know us and to explore more information.
Ready to negotiate at the best prices as convinient to you.
Best Regards
Monica
|
| I am quite interested in this project. I am good at developing projects in J2EE as per the clients requirements. I use J2EE and related skills like Spring, Hibernate/iBatis, Struts, JSF and MySQL. I developed lots of projects with these skills within past years. I am quite confident to recommend myself as your choice and am sure that we can finish this project on time with good quality. I have more than 3 years experience on project developing with above mentioned skills
|
| I have a lot of experience with stuff like this.
|
| I have a vast exeprience in Java/J2EE, WebServices, Web based solutions and XML. What makes me different from others is that I will deliver the project on time and with quality, using best of the breed tools and technologies This will help you in maintenance and management of the project in the long run.
|
| We are a couple of software professionals with over 17 years of software product development experience. Please check your PMs for clarifications.
|
| do this with pleasure :-)
|
| javaskills.com provides java expertise to the financial services industry in the UK. We are Sun Certified for Java, J2EE and Web based technologies. Visit http://www.javaskills.com for further details.
Our bid includes full testing and documentation where appropriate.
|
| We can easily deliver this. We have made lots of web services, and firing emails on web service call is also not a problem. We can easily do this to the best quality in JAVA and XML.
|
| Would be greatly interested!
- A perfectionist
|
| 7 days for development, 2 for a test build, 3 for bug fixes and finally 2 for final build, installation and documentation
|
| So how do you decide when you want to forward and when you want
to redirect? It depends on the needs of your application, but there are a couple of important
differences to consider that can help you decide. When you forward, the target page is invoked
by the JSP container through an internal method call on the server. Therefore, the same request
is used for the processing on the new page and the browser is none the wiser (i.e., you still see
the original URL on the address line in the browser). When doing a redirect, the page doing the
redirect informs the browser to make a new request to the target page. The URL shown in the
browser therefore changes to the URL of the new page. When doing a redirect, any request scope
objects are no longer available to the new page because the browser creates a new request. If
you need the information from the request, you can either pass it as a request parameter or
save the data in a session or application scope object.
Most of the time you will be using forwards, but there might be circumstances that
require you to use a redirect. In situations where you are using cookies or have pages that
update information (e.g., when inserting information into a database), you probably want to
use redirect so that on a page reload that action isn’t performed again.
|
|
|