Final Year Project! Please give me some idea!

I'm doing an individual final year project using IBM Aglet, JRun and J2ME. The topic is "Mobile agent shopping system", better with some theories. I have no idea about what types of application should be done. Initially, I intended to build a system for the customers to search for the products in a shopping mall with data mining recommendation(e.g. association-Apriori), but my supervisor want me to give him a new idea because previous students has built similar application (but using classification in data mining).
My supervisor has another 3 students doing the same project, but one of them doing a restaurant reservation system, another one has many multimedia in his system. The last one - I don't know. It seems that my project has no "selling points". I don't want to think of a quite complicated one as my programming skill is not so good. But the big problem is the project is restricted to a shopping mall. There is not much can be done. The project will be handed in 2 months later. I'm afraid that I can't hand it in on time. Does anyone have any suggestion on the topic. I have thought of this many times, but my supervisor still does not satisfy with it.
Please help me!

http://mindprod.com/projects/projects.html

Similar Messages

  • Need some Idea for my final year project to increase buffer size

    hi...i need some idea from someone to give some idea, advice or some excersice/toturial about " how to increase buffer size" on my final year project, i have try find the solution..but it's still have problem on my oscilloscope.VI. I was design my final year project using LabVIEW 8.6 and now i state my design for someone to refer my project.
    Thank You  
    Attachments:
    Oscilloscope A.llb ‏166 KB

    Don't know if this is what you're searching for, and I don't know if there is such a function in LV 8.6, but I'm using LV 2010 and under DAQmx Pallete, you go to "Advanced Task Options", there is a function "Configure Output Buffer", in which you can configure the buffer size you want.

  • Final Year Project Questionnaire... Please help me out!

    hi,
    i'm in the final year of my degree in multimedia, and i was hoping some nice people would help me out by answering some of these questions for my final year project. it would really be a great help to me....
    Introduction:
    For my final year project I am going to produce a website where people can create their own Flash game. I will make a game creator – an artefact which the users will be able to use to create their own game from nothing – using Flash, and then incorporate this into a website. The users will be able to create games using an interactive display – they will not have to write any code; and they can play their games, and other users’ games on the website. I want to make the game creator easy to use so almost anyone could do it, and make it so it’s fun to do as well. I would make many options available within the game creator so the user can really personalise their game and make it individual.
    Questions:
    Do you like the idea?
    What technical capabilities would you look for in this type of application? What do you think this application needs to perform its task? What options should be available?
    For the website?
    For the game creator application?
    How should it look visually? What kind of style do you think would be most fitting?
    Do you think ease of use and the ability to personalise is important in this application?
    What do you think are the most important aspects of an application like this? What would be the most important things that this could give you?
    Are there any other similar applications that you have used? Did you like or dislike these, and why?
    How often would you use it? Regularly, infrequently, once, never?
    What is your favourite game genre? What game genre would you like to create a game in? Platform, shooter, strategy, etc…
    How fast would you like to be able to create a game using this? Is the speed with which you can make a game more important than the variety of options available within the game creator?
    Where would you use this website? Home, school, travelling…
    Are there any other points you would like to mention?

    how do i make this code work...can smbody please do that

  • PPL i need an idea for my final year project

    Hello ppl
    I have posted this topic before and am posting it once again...... I m a student of B.Sc final Year in Software Development....... I m looking for an idea for my final year project......I m very good at programming in Java..... also have some hands on experince of XML... nowadys reading abt voice XML.....
    So i anybody of u can suggest me something i will be extremely grateful.... i will prefer doing something for mobile phones... i.e. my target wud be J2ME..... but any other idea can also work...... but plz keep in mind that the project shud be of such length that it can last for 1 year..... also it shud be challenging......
    Thanx in Advance....
    I need it ppl... plz reply

    www.jabber.org does stuff with XML and instant messaging, and occasionally hints at involving phones. you might get some ideas from what they're doing.

  • HELPPP final year project!! PLEASE

    Hi,
    For my final year project, I have to create a mobile phone simulation in that multiple mobile phone users would be to particicipate in a chatroom just like text messenging. The messages sent would be read by all the users in that chatroom.
    Does anyone know how about I go in doing this? Im planning to use Java as my programming language and a mobile phone simulator but dont know where to start. Any suggestions? Much appriciated!! :-)

    As a final year student you should be able to put
    some effort into finding stuff out yourself. These
    starter questions pop up frequently, so the search
    should come up with more than enough information for
    you! If not, I bet google will!I agree. I am a final year student as wel and also have to write a Java program to display XSL-FO info on a PDA. Just google around a bit to get started, once you get it started it's not that hard. Certainly your application shouldn't give to much trouble I think.

  • Ideas for my final year project

    Hi evryone,
    I'm a final year software engineering student,I'm looking for
    dynamic,innovative final year project based on J2EE technologies.
    I'll be looking forward for ideas/suggestions from the community members.

    Install Eclipse, tomcat, axis, logger, ajax...explore all and implement in your project.Why would you recommend those technologies?! Don't install or explore any of these until you decide WHAT you want to do. You match the tech to the requirement, not the other way around.

  • Give me some ideas for the project.

    Hi,folks
    I am not familiar with programming in web services. Now i have a project related to web services need to finish. I want to someone give me some ideas for the project. how can i implement the access control services. is there anyone can give me some related links for me to learn.
    Project Title: Implementing an access control service
    Project Description:
    Web services are emerging as a new approach to system construction and will make a major impact on the engineering of future business systems. They will allow a move from enterprise to inter-enterprise computing. However, with inter-enterprise computing, there are major problems with providing access to shared data, given that enterprises will not wish to share all data with partners.
    This project aims to investigate this problem by developing a prototype of an access control service that will help decide whether or not data access should be permitted. In essence, companies will outsource their access control to this service and so will not need to maintain their own access control lists for a potentially rapidly changing set of users.
    Suggested Platform: Windows or Linux
    Suggested Languages & Tools: Java

    Well, the approach I've come accross is a central server which is typically accessed indirectly from the web servers (e.g. through SOAP protocol or RMI).
    The remote server sends a user id and a password (or more likely a digest of the password), and receives a session token, basically just a random string of characters which is checked with the central server each time a secure transaction is attempted. The token will be stored in a session object, or perhaps directly in a cookie or in the URLs.
    Active session tokens are stored on the central server for comparison. This means the password doesn't have to be retained in the server.
    It's possible for the session token to be transfered if the user switches from one site to another on the same authentication server.
    Sun distributes one of these beasties, by the way, so you could take a look at their product specs.

  • Final year project using labview, what project i can apply?

    i'm goin to be do a final year project, n i thinkin to use labview do it.! but i dun hav idea tht is suit...coz it can't use to the station..
    anyone can give me some idea??thanks

    Greetings!
       Are you exposed to LabVIEW programming before or are you
    planning on learning LabVIEW and graphical programming for your design
    project. If you are looking for resources the following link is a great
    way to start.
    http://www.ni.com/academic/lv_training/how_learn_lv.htm
    The three hour course is really easy. Once you are done my
    recommendation is to use one of our shipping examples like temperature
    control with DAQ assistant and PID. Please let me know if you have
    issues setting up the LabVIEW development environment / programming and
    post any questions.
    Thanks much
    Avi Harjani

  • Final year project need help

    hi there
    i am doing an applet for my final year project. at the end of this project i have to end up with a simple uml drawing applet. i have done some coding but am way outa my league and now i am stuck. i have managed to draw lines and rectangles but have no idea how to make the lines attch to the rectangles or how to move a rectangle around the screenonce it has been drawn. my email address is [email protected] if you mail me i can give you my program and maybe you can help me

    You are right V.V, this applet is not finished yet, try this one,
    press the oval/rectangle/desic buttons and add shapes by clicking on an empty square, after adding some shapes press the line button, by clicking on 2 shapes you will add a line to connect them. you can drag the shapes and the lines will follow.
    Use double click for text. Drag the shape out of the screen and it will be deleted.
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class Flow extends Applet
         Button lineB = new Button("Line");
         Button rectB = new Button("Rect");
         Button ovalB = new Button("Oval");
         Button desiB = new Button("Desic");
         Button clirB = new Button("Clear");
         Label  typeL = new Label("             ");
         Dcanvas  canvas     = new Dcanvas();
    public void init()
         setLayout(new BorderLayout());
         add("Center",canvas);
         addButtons();
         resize(730,440);
    private void addButtons()
         lineB.addActionListener(new ButtonHandler());
         rectB.addActionListener(new ButtonHandler());
         ovalB.addActionListener(new ButtonHandler());
         desiB.addActionListener(new ButtonHandler());
         clirB.addActionListener(new ButtonHandler());
         Panel panel = new Panel();
         panel.add(lineB);
         panel.add(rectB);
         panel.add(ovalB);
         panel.add(desiB);
         panel.add(clirB);
         panel.add(typeL);
         add("North",panel);
    class ButtonHandler implements ActionListener
    public void actionPerformed(ActionEvent ev)
         String s = ev.getActionCommand();
         if(s.equals("Clear")) canvas.clear();
         if(s.equals("Line"))  canvas.setType(1);
         if(s.equals("Rect"))  canvas.setType(2);
         if(s.equals("Oval"))  canvas.setType(3);
         if(s.equals("Desic")) canvas.setType(4);
    public class Dcanvas extends Panel
         Vector    objects = new Vector();
         Vector    lines   = new Vector();
         TextField txt     = new TextField("");
         Mobject   rc,rl,rd;
         Mline     ln;
         boolean   rcd  = false;
         boolean   rcl  = false;
         boolean   rct  = false;
         Rectangle rp;
         Graphics2D G;
         int sx,sy,oi;
         int objectType = 0;     
         int maxV = 8;
         int maxH = 9;
         int sizeW = 80;
         int sizeH = 50;
    public Dcanvas()
         super();
         setLayout(null);
         addMouseListener(new MouseHandler());
         addMouseMotionListener(new MouseMotionHandler());
         setFont(new Font("",0,9));
         txt.setSize(114,23);
         txt.setFont(new Font("",0,15));
         txt.setBackground(new Color(192,220,192));
         add(txt);
         txt.setVisible(false);
         txt.addTextListener(new TextListener()     
         {     public void textValueChanged(TextEvent e)
                   rc.setText(txt.getText());     
                   repaint(rc.x,rc.y,rc.width,rc.height);
    public void clear()
         objects.removeAllElements();
         lines.removeAllElements();
         objectType = 0;
         typeL.setBackground(Color.white);
         typeL.setText("");
         txt.setVisible(false);
         repaint();
    public void setType(int i)
         if (rcl) repaint(rl.x,rl.y,rl.width+1,rl.height+1);
         objectType = i;
         typeL.setBackground(Color.pink);
         if (i == 1)     typeL.setText(" Lines");
         if (i == 2)     typeL.setText(" Rects");
         if (i == 3)     typeL.setText(" Ovals");
         if (i == 4)     typeL.setText(" Desic");
         rcl = false;
    public void dragIt(int X, int Y)
         repaint(rc.x,rc.y,rc.width,rc.height);
         rc.x = rc.x + X - sx;
         rc.y = rc.y + Y - sy;
         rc.setPaintArea();
         sx   = X;
         sy   = Y;
         repaint(rc.x,rc.y,rc.width,rc.height);
    public void moveIt(int X, int Y)
         rcd = false;
         repaint(rc.x,rc.y,rc.width,rc.height);
         rc.x = X;
         rc.y = Y;
         rc.setPaintArea();
         repaint(rc.x,rc.y,rc.width,rc.height);
         Mline ml;
         for (int i=0; i < lines.size(); i++)
              ml = (Mline)lines.get(i);
              if (ml.from == rd || ml.to == rd)
                   ml.setPaintArea();
                   repaint();
    public void deleteIt()
         rcd = false;
         Mline ml;
         for (int i=0; i < lines.size(); i++)
              ml = (Mline)lines.get(i);
              if (ml.from == rd || ml.to == rd)
                   lines.remove(i);
                   i--;
         objects.remove(rc);
         repaint();
    public void paint(Graphics g)
         rp = g.getClipBounds();
         g.setColor(Color.white);
         g.fillRect(rp.x,rp.y,rp.width,rp.height);
         g.setColor(new Color(240,240,240));
         for (int x=0; x < 721; x=x+sizeW) g.drawLine(x,0,x,400);
         for (int y=0; y < 401; y=y+sizeH) g.drawLine(0,y,720,y);
         for (int i=0; i < lines.size(); i++) ((Mline)lines.get(i)).paint(g);
         for (int i=0; i < objects.size(); i++) ((Mobject)objects.get(i)).paintW(g);
         if (rcd) rc.paintD(g);
         if (rcl) rc.paintL(g);
    public void update(Graphics g)
         paint(g);
    //     *********   mouse   ************
    class MouseHandler extends MouseAdapter
    public void mousePressed(MouseEvent e)
         txt.setVisible(false);
         for (int i=0; i < objects.size(); i++)
              if (((Rectangle)objects.get(i)).contains(e.getX(),e.getY()))
                   rc  = (Mobject)objects.get(i);
                   rd  = rc;
                   sx  = e.getX();
                   sy  = e.getY();
                   if (e. getClickCount() == 2)  
                        txt.setLocation(rc.x,rc.y+rc.height-1);
                        txt.setText(rc.getText());
                        txt.setVisible(true);
                        txt.requestFocus();
                   rcd = true;
         if (rcd && rcl)
              ln  = new Mline(rl,rc);
              lines.add(ln);
              rcd = false;
              rcl = false;
              rp.setBounds(rc);
              rp.add(rl);
              repaint(rp.x,rp.y,rp.width,rp.height);
         if (rcd && objectType == 1)
              rcd = false;
              rcl = true;
              rl  = rc;
              repaint(rc.x,rc.y,rc.width,rc.height);
    public void mouseReleased(MouseEvent e)
         int x = e.getX()/sizeW;
         int y = e.getY()/sizeH;
         x = x * sizeW + 1;
         y = y * sizeH + 1;
         if (rcd)
              if (x > maxH || y > maxV) deleteIt();
                   else                  moveIt(x,y);
              return;     
         if (objectType == 2 || objectType == 3 || objectType == 4)
              rc = new Mobject(objectType,x,y,sizeW-2,sizeH-2);
              objects.add(rc);
              repaint(rc.x,rc.y,rc.width,rc.height);
    class MouseMotionHandler extends MouseMotionAdapter
    public void mouseDragged(MouseEvent e)
         if (rcd) dragIt(e.getX(),e.getY());
    //     *********   mouse  end ************
    class Mobject extends Rectangle
         long    id;
         int     type;
         int     ax,ay,aw,ah;
         String  text = "";
         Polygon po   = new Polygon();
    public Mobject(int t, int x,int y,int w,int h)
         super(x,y,w,h);
         type = t;
         setPaintArea();
         type = t;
         id = System.currentTimeMillis();
    public void setText(String s)
         text = s;
    public String getText()
         return(text);
    public void setPaintArea()
         ax = x + 5;
         ay = y + 5;
         aw = width  - 10;
         ah = height - 10;
         if (type == 4)
              po.npoints = 0;
              po.addPoint(ax+aw/2,ay);
              po.addPoint(ax+aw,ay+ah/2);
              po.addPoint(ax+aw/2,ay+ah);
              po.addPoint(ax,ay+ah/2);
              po.addPoint(ax+aw/2,ay);
    public void paintL(Graphics g)
         g.setColor(Color.orange);
         paint(g);
    public void paintD(Graphics g)
         g.setColor(Color.red);
         paint(g);
    public void paintW(Graphics g)
         g.setColor(Color.white);
         paint(g);
    public void paint(Graphics g)
         if (type == 2) g.fillRect(ax,ay,aw,ah);
         if (type == 3) g.fillOval(ax,ay,aw,ah);
         if (type == 4) g.fillPolygon(po);
         g.setColor(Color.black);
         if (type == 2) g.drawRect(ax,ay,aw,ah);
         if (type == 3) g.drawOval(ax,ay,aw,ah);
         if (type == 4) g.drawPolygon(po);
         g.drawString(text,ax+3,ay+ah/2+2);
    class Mline
         Mobject from,to;
         int x1,y1,x2,y2;
    public Mline(Mobject f, Mobject t)
         from = f;
         to   = t;
         setPaintArea();
    public void setPaintArea()
         x1 = from.x + from.width/2;
         y1 = from.y + from.height/2;
         x2 = to.x + to.width/2;
         y2 = to.y + to.height/2;
    public void paint(Graphics g)
         g.setColor(Color.blue);
         g.drawLine(x1,y1,x2,y2);
    Noah

  • Im a Uni student&need help:JAVA Final Year Project: Undo Manager Problem

    Hey all,
    Im writing a Final Year Project and have minimal experience writing in JAVA.
    It is an information visualisation assignment which involves reproducing code/text in a reduced format. Sort of to do with Line oriented statistics.
    http://www.cc.gatech.edu/aristotle/Tools/tarantula/continuous.gif
    This image will give you an idea of what im talking about.
    Anyway, i need to know if its possible to get information about individual undos/edits from an undomanager.
    Basically i need to be able to say, for example,
    there are 12 undos
    undo 12 occurs at line X
    undo 11 occurs at line Y
    etc etc
    I need to be able to get this information without actually invoking the Undo last edit call.
    Im bringing the Java undomanager tutorial home but from what ive read it seems like impossible?
    Any and all help appreciated.
    Regards,
    P

    When I was at uni I had to implement that for the text area of an IDE. All I did was rip off the code from the Notepad.java that comes with the SDK.

  • How to add on the measuring the frequency in my Final Year Project...

    Hi...i has design my final year project...my problem is how to add on some measurement in my final year project...now i want add measurement  frequency...in to my final year project...so i hope someone willing can help me or can give me advice....how to add on measurement frequency... before that i state my final project, for information.. i has design my final year project using LabVIEW 8.6.....Thank You
    Attachments:
    Oscilloscope A.llb ‏228 KB

    ''sanam [[#question-1055070|said]]''
    <blockquote>
    Hello,
    we are two members in our group Ambreen Akhtar and Sanam Naz
    we are females we want to create an adds on for our final year project as we are universtiy students of UOG M-IT(4th semester)..we would like to enquire what kindS of language and tools will be used to create an adds ons...I want to filter unwanted text and images that we dont want to see or read text but not all kinds of adds...
    we want to enquire about the following things below:
    1:met lab library.
    2:check content to check the images and text.
    3:content filter.
    we want to make a new plug in your browser(Mozilla firefox)
    Thanks in advance.
    </blockquote>
    uog(university of gujrat) MiT(Master in information technology) mean..

  • Writing my final year project

    He.
    Can any body help me please.
    I want write my final year project, so I need basic information related to my thesis, speacially good links that I could get more information.
    project contains, Tomcat,servlet, sybase, jdbc, and so on.
    So please if you could try to tell me more then that, I approciate.
    By Gaalkacyo

    Try coreservlets and moreservlets .com they contain some good info.
    Info on tomcat to be found at jakarta.apache.org.

  • Need help on developing system as my final year project

    hello everyone.
    I would like to find someone who can guide me in developing a system for my final year project ( title:Event Correlation Analysis System).As i am not really good in programming i find it very difficult to start in code the program.Whateva it is i need to develop the program in order to be graduated.I am having a very hard time here as this title is given to me by my lecturer who is expecting me to do everything..Please anyone help to guide me.
    My project is about using java to create a system which can monitor log file and uses some rules to correlate and output to end-user the prove of a particular problem (i.e: accessing pornography.).for more information find articles about event correlation system.
    thousands of thanks in advance.

    Praveen_Forum wrote:
    Vijen..!!
    just forget it no one here would write code for you it is you who have to struggle and write some code come back if you have any specific questions regarding the coding or architecture or something like that so [Get Started|http://java.sun.com/docs/books/tutorial/getStarted/index.html]
    OP didn't ask anyone to code it for him/her
    that said, OP needs to put forth some effort
    you'd think a final year student could demonstate a bit more understanding of how to interact in a community such as this
    i'm also curious to know why a final year student has been given a software project but doesn't know how to program?

  • Flash media server as final year project

    Hey, Was thinking of workin with flash media server as my final year project. Like exhibitin the live videos on mobile phones, pcs  and some apps.. Do u think its viable..for a final year project..Any additions would be appreciated..Thanks

    Check this link : http://www.adobe.com/devnet/video/ - you might get lot of great ideas and start something off , i will think over and see if i can personally suggest you something

  • Final Year Project Advise

    I am currently studying computing science at the University, and will be entering my final year this September, Having previously studied and experimented with JAVA in my last academic year I am keen to use this language for my final year project.
    However I have yet to find a company that is using this language or able to offer me a topic that I could research for this project.
    Any help would be appreciated. Or I've been thinking if I should switch and do something about networking.
    thx

    You could do something with java and networking.
    I would suggest you look at the open source project and see if you could either do something better, simpler, an extension etc.
    Have a look at the projects at http://www.java-source.net/ and http://www.sourceforge.org/
    This should give you more than enough ideas.
    For job prospects I suggest you look at the job market and what kind of jobs you might like. Then look at the skills they are looking for and try to choise a project to see if you really like them or they may help you get that job.

Maybe you are looking for

  • App Store with wrong Apple Id

    Everywhere on my iTouch and my computer I have the same AppleId. It's only when I go to update my apps then I get a message that I need to sign into iTunes, which I am, and it brings up an old AppleId. There's no way to retrieve the password and that

  • Why does the Photos app not put photos in order of date when you create albums?

    I have a lot of photos taken on holiday in Iceland and wanted to create an album of just the best ones to show friends. When you look through the whole lot in 'Collections' they are in date order, but in the 'Album' they are jumbled up. Anyone know h

  • Discoverer Plus Window Just Disappears

    I have installed 10g IAS on a 2000 server. (Both infra and Midtier on the same) I am running Discoverer plus from an XP machine. At any time, the Discoverer Worksheet along with the Discoverer Login window will just disappear. GONE, BYE-BYE... An ico

  • Can I replace my HDD in my late 2009 iMac myself?

    can I replace my HDD in my late 2009 iMac myself? The current drive is toast and I've heard that late 2009 Apple started using HDDs with thermal sensors. If I can replace it, any suggested makes/models?

  • DBMS_ADVANCED_REWRITE

    connect / as sysdba Connected. SQL> GRANT EXECUTE ON DBMS_ADVANCED_REWRITE TO mart; Grant succeeded. SQL> conn mart Enter password: Connected. EXEC DBMS_ADVANCED_REWRITE.DECLARE_REWRITE_EQUIVALENCE ('TEST','SELECT 1 FROM dual','SELECT 2 FROM dual',FA