Ta Oscar

Greenhorn
+ Follow
since Jun 15, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ta Oscar

Let me know if there are any certifications which are recognized for angular programming
I used the Apache Hadoop 2.5.0 installation and was able to install,configure, start the nodes and run the mapreduce programs.

The concepts have changed since then. Now it is YARN based Job scheduling.

I hope the latest download will work for you. The version which you are currently trying to install is very old

Best Wishes,
Tushar Arsekar
Oracle SOA Architect Certified Expert.
Oracle Certified Master, Java EE 5 Enterprise Architect certification
IBM Certified Rational Software Architect.
IBM Certified Service Oriented Architecture (SOA) - Associate.
IBM Websphere MQ 6.0 Certified - System Adminstrator
Sun Certified Web Component Developer for J2EE 5.0.
Sun Certified Java Programmer SE 5.0.
9 years ago
I had recently developed a Android GPS tracking program on the same lines as you did.

I am using Android Samung phone and when I turned on GPS along with Network, it seems to consider the network settings first over the GPS.

Network setttings will showed inaccurate position of about 100-150 meters.

When I disabled the network settings and kept the GPS on, it gave me the correct position.

Also GPS settings work accurately outside the house or in open sky area.

Thanks,
Tushar
Oracle SOA Architect Certified Expert.
Oracle Certified Master, Java EE 5 Enterprise Architect certification
IBM Certified Rational Software Architect.
IBM Certified Service Oriented Architecture (SOA) - Associate.
IBM Websphere MQ 6.0 Certified - System Adminstrator
Sun Certified Web Component Developer for J2EE 5.0.
Sun Certified Java Programmer SE 5.0.
10 years ago

Fenil Bhoot wrote:Please show the simple steps of apache camel...with code execution flow please.... i am very new to this techology



To Give you a start on this Camel Project.
Please download Camel from http://camel.apache.org/. You will also need maven (download it from http://maven.apache.org/download.cgi) to build the camel project. All camel code needs to be build using Camel. The pre-requiste knowledge required to make you help you build your projects are as follows :
1) Spring framework (You can do without this to some extent)
2) Maven (It is must)
3) Prior knowledge of Java programming.This is not limited if you need to go for more advanced programming. It integrates well with webservices like Spring-WS,JAX-WS, JAX-RS ,CXF ,XML,JMS,HTTP,OSGI,FTP.ETL and is based on Enterprise Integration Framework.

Here is the simplest eg :
After you have downloaded the above camel from the website, you would find the folder called examples there. You can execute pom.xml file using maven (eg : C:\apache-maven-3.1.1\bin\mvn) or you can also consider the simplest sample the folder \examples\camel-example-console
This example has CamelConsoleMain.java program under examples\camel-example-console\src\main\java\org\apache\camel\example\console which invokes the configuration file called camel-context.xml under the directory examples\camel-example-console\src\main\resources\META-INF\spring.

First compile the logic using mvn compile
then run the logic using mvn compile

Hope this should help you to begin working on Camel.

Thanks,
Tushar Arsekar.
Oracle SOA Architect Certified Expert.
Oracle Certified Master, Java EE 5 Enterprise Architect certification
IBM Certified Rational Software Architect.
IBM Certified Service Oriented Architecture (SOA) - Associate.
IBM Websphere MQ 6.0 Certified - System Adminstrator
Sun Certified Web Component Developer for J2EE 5.0.
Sun Certified Java Programmer SE 5.0.

The ESB is in hot demand now a days. Over the years the enterprises have been doing their projects and have legacy and tightly coupled products.
The challenge is to have a middle ware to reduce dependency between the providers and consumers. This should be achieved without the calling components know about the servicing components.
The ESB should be able to handle this like a black box.

The best ESB in the market would be
1) Apache ServiceMix
2) JBoss Fuse or FuseSource
3) IBM Websphere Integration Bus / Message Broker
4) Mule ESB from MuleSoft
5) TIBCO Business Works.
6) Volante Designer/Simulator.
7) Oracle Service Bus

There are so many players in the market. The mostly used ESB is Apache ServiceMix, JBoss Fuse and Mule ESB which are Open Source technologies which are very good. Best among Open source would be Apache Service Mix and JBoss Fuse which are based on JBI and NMR specifications. Both these ESB's are built over OSGI initiative and support JBI and NMR specifications which is the future on how the ESB's should be designed.

Websphere Integration Bus , TIBCO Business Works and Oracle Service Bus are costly products which comes up with the support and is relied upon by major Banks and Financial institution all over the world.
Of these the major player in the market is IBM Websphere Integration Bus / Message Broker.All these projects helps you to create BPEL flows and integrate with inputs and output systems like File, FTP ,Http , webservice components etc

Volante Designer tool could be used as a true ESB which combines the capability of creating BPEL flows () and integration with the input and output systems which is one of the very good ESB's.
Mule ESB is currently been used for quite time in US now and was a buzz in the beginning.

According to my experience, major players in demand would be as follows:
1) Apache ServiceMix
2) JBoss Fuse or FuseSource
3) IBM Websphere Integration Bus / Message Broker

Thanks,
Oracle SOA Architect Certified Expert.
Oracle Certified Master, Java EE 5 Enterprise Architect certification
IBM Certified Rational Software Architect.
IBM Certified Service Oriented Architecture (SOA) - Associate.
IBM Websphere MQ 6.0 Certified - System Adminstrator
Sun Certified Web Component Developer for J2EE 5.0.
Sun Certified Java Programmer SE 5.0.
10 years ago
The ESB is in hot demand now a days. Over the years the enterprises have been doing their projects and have legacy and tightly coupled products.
The challenge is to have a middle ware to reduce dependency between the providers and consumers. This should be achieved without the calling components know about the servicing components.
The ESB should be able to handle this like a black box.

The best ESB in the market would be
1) Apache ServiceMix
2) JBoss Fuse or FuseSource
3) IBM Websphere Integration Bus / Message Broker
4) Mule ESB from MuleSoft
5) TIBCO Business Works.
6) Volante Designer/Simulator.
7) Oracle Service Bus

There are so many players in the market. The mostly used ESB is Apache ServiceMix, JBoss Fuse and Mule ESB which are Open Source technologies which are very good. Best among Open source would be Apache Service Mix and JBoss Fuse which are based on JBI and NMR specifications. Both these ESB's are built over OSGI initiative and support JBI and NMR specifications which is the future on how the ESB's should be designed.

Websphere Integration Bus , TIBCO Business Works and Oracle Service Bus are costly products which comes up with the support and is relied upon by major Banks and Financial institution all over the world.
Of these the major player in the market is IBM Websphere Integration Bus / Message Broker.All these projects helps you to create BPEL flows and integrate with inputs and output systems like File, FTP ,Http , webservice components etc

Volante Designer tool could be used as a true ESB which combines the capability of creating BPEL flows () and integration with the input and output systems which is one of the very good ESB's.
Mule ESB is currently been used for quite time in US now and was a buzz in the beginning.

According to my experience, major players in demand would be as follows:
1) Apache ServiceMix
2) JBoss Fuse or FuseSource
3) IBM Websphere Integration Bus / Message Broker

Thanks,
Oracle SOA Architect Certified Expert.
Oracle Certified Master, Java EE 5 Enterprise Architect certification
IBM Certified Rational Software Architect.
IBM Certified Service Oriented Architecture (SOA) - Associate.
IBM Websphere MQ 6.0 Certified - System Adminstrator
Sun Certified Web Component Developer for J2EE 5.0.
Sun Certified Java Programmer SE 5.0.


10 years ago

Jabi Vulla wrote:Can any one tell me how to read pdf file through java API

I used all jars like pdfbox.jar... but bo use , can any one explain me with code???
BufferedReader br = new BufferedReader(new FileReader("//Summary_RPT_PDF//"+reportname+".pdf"));
if (br.readLine()== null ) {
......
else{
....
}
it showing exception like ...The network path was not found along with file not found exception.



If your file is on the shared network then access it using "\\hostname" + "\\Summary_RPT_PDF\\" + reportname + ".pdf"

If it is on your local drive then access it using "c:\\Summary_RPT_PDF\\" + reportname + ".pdf"
10 years ago
Passed this exam which is as Architect level.

This exam was more over job experience oriented one.

There are no particular book or information or material available that will help you pass this exam.

Oracle has mentioned some topics for the exam, but there is no specific book which will prepare you for the exam.This exam was not targetting any specific product like
Oracle Service Bus , WBI-MB etc

Only your experience will help you pass this exam.

Now Oracle has decommisioned this exam.

Thanks,
Tushar Arsekar.
Oracle SOA Architect Certified Expert.
Oracle Certified Master, Java EE 5 Enterprise Architect certification
IBM Certified Rational Software Architect.
IBM Certified Service Oriented Architecture (SOA) - Associate.
IBM Websphere MQ 6.0 Certified - System Adminstrator
Sun Certified Web Component Developer for J2EE 5.0.
Sun Certified Java Programmer SE 5.0.
I have passed the Oracle Certified Master, Java EE 5 Enterprise Architect (Oracle has acquired Sun Microsystems).

I took the following steps/approaches to clear it:
Part 1:
1) Gone through the book "Sun Certified Enterprise Architect for Java EE Study Guide" by Mark Cade and Humphrey Sheil.The book will offer an overview and is not exhaustive guide.
2) I also referred online study notes on Javabeats website.This is also not a exhaustive guide.
3) Online SCEA Study guide.This is also not a exhaustive guide.

Part 2
1) Java design patterns by James Cooper.
2) J2EE design patterns from Sun blueprints.
3) Distilled UML
4) Use of Star UML tools to create all the UML diagrams.To prepare and submit the assignments you should follow proper UML rules.

Part 3.
They are just the questions on your assignment which were on how you achieved your SLA's.

Thanks for this forum too which helped me prepare for this exam.

Thanks,
Tushar Arsekar.
Oracle SOA Architect Certified Expert.
Oracle Certified Master, Java EE 5 Enterprise Architect certification
IBM Certified Rational Software Architect.
IBM Certified Service Oriented Architecture (SOA) - Associate.
IBM Websphere MQ 6.0 Certified - System Adminstrator
Sun Certified Web Component Developer for J2EE 5.0.
Sun Certified Java Programmer SE 5.0.